Updated pipeline to match new fork name
All checks were successful
autoBIGS.engine-bioconda/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2025-02-18 17:11:07 +00:00
parent b6c32fbd3c
commit 1ec6581e27

4
Jenkinsfile vendored
View File

@ -42,7 +42,9 @@ pipeline {
}
stage("build") {
steps {
sh 'conda build bioconda-utils/recipes/autobigs-engine'
dir('auto-updated-bioconda-recipes') {
sh 'conda build recipes/autobigs-engine'
}
}
}
stage("commit") {