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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage("clean") {
|
|
||||||
steps {
|
|
||||||
sh 'rm -rf ./dist/*'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage("install") {
|
stage("install") {
|
||||||
steps {
|
steps {
|
||||||
sh 'mamba env update --file environment.yml'
|
sh 'mamba env update --file environment.yml'
|
||||||
@ -20,7 +15,6 @@ pipeline {
|
|||||||
stage("test") {
|
stage("test") {
|
||||||
steps {
|
steps {
|
||||||
sh "pip install dist/*.whl"
|
sh "pip install dist/*.whl"
|
||||||
sh "splitmsa -h"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("publish") {
|
stage("publish") {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = splitmsa
|
name = splitmsa
|
||||||
version = 0.0.3
|
version = 0.0.2
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = splitmsa
|
packages = splitmsa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user