From a60eba3c0c52c7618e9c10663c570b84efbd50d4 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 18 Feb 2025 08:40:11 +0000 Subject: [PATCH] Updated recipe repo url --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'