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 ''' }