From d45ca2f0e0ded7331d1de826ed6f339979170533 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 19 Feb 2025 20:25:56 +0000 Subject: [PATCH] Re-added checkout step --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 742dc9d..653e94a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,9 @@ pipeline { stage("recipes repo") { steps { sh 'git clone https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git' + dir('auto-updated-bioconda-recipes') { + sh 'git checkout update-autobigs-cli' + } } } stage("conda") {