Maybe Fix
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 03:11:01 +02:00
parent a07ac366a2
commit 89de48245d

4
Jenkinsfile vendored
View File

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