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 { parallel {
stage("recipes repo") { stage("recipes repo") {
steps { 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') { dir('bioconda-recipes') {
sh 'git pull' sh 'git pull'
sh 'git pull origin update-autobigs-engine' sh 'git pull origin update-autobigs-engine'