Compare commits

...

2 Commits

Author SHA1 Message Date
89d6276fe0 Merge branch 'develop' of https://git.reslate.systems/ydeng/msa-splitter into develop
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit
2023-04-20 15:35:51 -05:00
021a5a921b Removed "Gooey" as dependency and fixed "setup.cfg" 2023-04-20 15:35:39 -05:00

5
Jenkinsfile vendored
View File

@ -18,6 +18,11 @@ pipeline {
sh "pip install dist/*.whl"
}
}
stage("test") {
steps {
sh "pip install dist/*.whl"
}
}
stage("publish") {
when {
branch '**/master'