Removed uneeded pull steps
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
bb04a02af3
commit
20a74c1be8
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -12,11 +12,6 @@ pipeline {
|
|||||||
stage("recipes repo") {
|
stage("recipes repo") {
|
||||||
steps {
|
steps {
|
||||||
sh 'git clone https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git'
|
sh 'git clone https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git'
|
||||||
dir('auto-updated-bioconda-recipes') {
|
|
||||||
sh 'git pull'
|
|
||||||
sh 'git pull origin update-autobigs-cli'
|
|
||||||
sh 'git checkout update-autobigs-cli'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("conda") {
|
stage("conda") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user