Compare commits

..

No commits in common. "d2531e6b585a9e66f12b2322fb6056540ea88881" and "b4aece7f29e7de016bfef7decca802033198615e" have entirely different histories.

1
Jenkinsfile vendored
View File

@ -15,7 +15,6 @@ pipeline {
stage("build") { stage("build") {
steps { steps {
sh "python -m build" sh "python -m build"
sh "splitmsa -h"
} }
} }
stage("test") { stage("test") {