jenkins: fix git checkout

This commit is contained in:
2025-10-09 09:12:05 +02:00
parent 4eacb4e756
commit 674291b9f6

2
Jenkinsfile vendored
View File

@@ -58,7 +58,7 @@ pipeline {
steps { steps {
dir("fdroid-repo") { dir("fdroid-repo") {
sh ''' sh '''
git checkout master git switch 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