Updated pipeline to reflect new recipe repo fork name
Some checks failed
autoBIGS.cli-bioconda/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-02-18 17:52:57 +00:00
parent 65e80db556
commit 6830034777

4
Jenkinsfile vendored
View File

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