From 20a74c1be84b7a016ff5cf0a3e9dbb0ee8bec0dd Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 19 Feb 2025 20:18:58 +0000 Subject: [PATCH] Removed uneeded pull steps --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a971e03..742dc9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,11 +12,6 @@ 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 pull' - sh 'git pull origin update-autobigs-cli' - sh 'git checkout update-autobigs-cli' - } } } stage("conda") {