From 3c87d3b8a841e481b44bb6e7201b23b7058826e2 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 13 May 2022 03:15:43 -0500 Subject: [PATCH] Updated Jenkinsfile. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3a76151..58afa43 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { sh "git clean -dfX" sh "git add mods/**" sh "git add config/**" - sh "git commit -a -m 'Automatic integration of latest modpack.' && exit 0" + sh "git commit -m 'Automatic integration of latest modpack.' && exit 0" sshagent(['108c5045-64d1-42a6-acd7-a39da5e096d1']) { sh "git pull -X theirs origin develop" sh "git push --set-upstream origin origin/develop"