Removed uneeded pull steps
Some checks reported errors
autoBIGS.cli-bioconda/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Harrison Deng 2025-02-19 20:18:58 +00:00
parent bb04a02af3
commit 20a74c1be8

5
Jenkinsfile vendored
View File

@ -12,11 +12,6 @@ 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 pull'
sh 'git pull origin update-autobigs-cli'
sh 'git checkout update-autobigs-cli'
}
}
}
stage("conda") {