jenkins: fix git checkout
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user