From 89de48245df2a1586ece3ec4ca5f4af5f430f662 Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Wed, 10 Apr 2024 03:11:01 +0200 Subject: [PATCH] Maybe Fix --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0f3aefd..6de58ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,10 +34,10 @@ pipeline { gitUsernamePassword(credentialsId: 'gitea-jenkins-user-token') ]) { sh ''' - git checkout main - git pull git add . git commit -m "Update Compiled Adblock List" + git checkout main + git pull git push ''' }