diff --git a/Jenkinsfile b/Jenkinsfile index 9182745..3111ab4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,6 @@ pipeline { 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-engine' sh 'git checkout update-autobigs-engine' } }