From 1ec6581e2776e50045665eab043df499f0384c24 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 18 Feb 2025 17:11:07 +0000 Subject: [PATCH] Updated pipeline to match new fork name --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f593cc0..b7f3442 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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") {