jenkins: fix git checkout
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -58,7 +58,7 @@ pipeline {
|
||||
steps {
|
||||
dir("fdroid-repo") {
|
||||
sh '''
|
||||
git checkout master
|
||||
git switch master
|
||||
git add .
|
||||
git commit -m "Update repo from CI"
|
||||
git push origin master
|
||||
|
||||
Reference in New Issue
Block a user