Compare commits
2 Commits
67775021bd
...
89d6276fe0
Author | SHA1 | Date | |
---|---|---|---|
89d6276fe0 | |||
021a5a921b |
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -18,6 +18,11 @@ pipeline {
|
||||
sh "pip install dist/*.whl"
|
||||
}
|
||||
}
|
||||
stage("test") {
|
||||
steps {
|
||||
sh "pip install dist/*.whl"
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
when {
|
||||
branch '**/master'
|
||||
|
Loading…
Reference in New Issue
Block a user