Updated recipe repo url

This commit is contained in:
Harrison Deng 2025-02-18 08:40:11 +00:00
parent 9070ec06fa
commit a60eba3c0c

2
Jenkinsfile vendored
View File

@ -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'