From 17384a5c32831efcf3ae80e74835b544d902ee98 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 26 Feb 2025 18:05:13 +0000 Subject: [PATCH] Changed back to commit only --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e9fcb05..10980f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ pipeline { } } } - stage('pull-request') { + stage('commit') { environment { TOKEN = credentials('github.com') } @@ -60,7 +60,6 @@ pipeline { dir('auto-updated-bioconda-recipes') { sh 'git commit -a -m "Automatically updated autobigs-cli bioconda recipe to ${TOOL_VER}."' sh 'git push https://${TOKEN}@github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git update-autobigs-cli-${TOOL_VER}' - sh 'git request-pull update-autobigs-cli-${TOOL_VER} https://github.com/bioconda/bioconda-recipes.git master' } } }