jenkins: add git fetch

This commit is contained in:
2025-10-09 09:16:14 +02:00
parent 674291b9f6
commit 34645efe06

3
Jenkinsfile vendored
View File

@@ -58,7 +58,8 @@ pipeline {
steps { steps {
dir("fdroid-repo") { dir("fdroid-repo") {
sh ''' sh '''
git switch master git fetch origin
git cehckout master
git add . git add .
git commit -m "Update repo from CI" git commit -m "Update repo from CI"
git push origin master git push origin master