Re-added checkout step
Some checks reported errors
autoBIGS.cli-bioconda/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
autoBIGS.cli-bioconda/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
20a74c1be8
commit
d45ca2f0e0
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -12,6 +12,9 @@ pipeline {
|
||||
stage("recipes repo") {
|
||||
steps {
|
||||
sh 'git clone https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git'
|
||||
dir('auto-updated-bioconda-recipes') {
|
||||
sh 'git checkout update-autobigs-cli'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("conda") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user