test
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 17:20:08 +02:00
parent 012ff49d87
commit e412bbc4b6

2
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ pipeline {
gitUsernamePassword(credentialsId: 'gitea-jenkins-user-token')
]) {
sh '''
git pull
git pull origin main
git push -u origin main
'''
}