Removed un-needed pull
Some checks reported errors
autoBIGS.engine-bioconda/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Harrison Deng 2025-02-20 17:53:25 +00:00
parent f937ea110d
commit 077715509d

2
Jenkinsfile vendored
View File

@ -13,8 +13,6 @@ pipeline {
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') { dir('auto-updated-bioconda-recipes') {
sh 'git pull'
sh 'git pull origin update-autobigs-engine'
sh 'git checkout update-autobigs-engine' sh 'git checkout update-autobigs-engine'
} }
} }