Began adding conda steps for automatic PRs to Bioconda
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -48,6 +48,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh returnStatus: true, script: 'python -m twine upload -u __token__ -p ${TOKEN} --non-interactive --disable-progress-bar --verbose dist/*'
|
sh returnStatus: true, script: 'python -m twine upload -u __token__ -p ${TOKEN} --non-interactive --disable-progress-bar --verbose dist/*'
|
||||||
|
container('miniforge3') {
|
||||||
|
sh 'conda install python3.10 bioconda::bioconda-utils'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user