diff --git a/Jenkinsfile b/Jenkinsfile index 5efac03..330cf32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { parallel { stage("recipes repo") { steps { - sh 'git clone https://github.com/Syph-and-VPD-Lab/bioconda-recipes.git' + sh 'git clone https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git' dir('bioconda-recipes') { sh 'git pull' sh 'git pull origin update-autobigs-engine'