Compare commits
No commits in common. "d1b39930116d139a17570c54df67020dc7eb16e8" and "2c38d7d1729d9b00e71cd247d84d2db0db3225fc" have entirely different histories.
d1b3993011
...
2c38d7d172
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,11 +1,6 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("clean") {
|
||||
steps {
|
||||
sh 'rm -rf ./dist/*'
|
||||
}
|
||||
}
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'mamba env update --file environment.yml'
|
||||
@ -20,7 +15,6 @@ pipeline {
|
||||
stage("test") {
|
||||
steps {
|
||||
sh "pip install dist/*.whl"
|
||||
sh "splitmsa -h"
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = splitmsa
|
||||
version = 0.0.3
|
||||
version = 0.0.2
|
||||
|
||||
[options]
|
||||
packages = splitmsa
|
||||
|
Loading…
x
Reference in New Issue
Block a user