mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Retry simple push-to-master script
This commit is contained in:
@@ -7,8 +7,4 @@ echo "--- Verifying branch is based on current master"
|
||||
exit_unless_master_merged
|
||||
|
||||
echo "--- Pushing branch"
|
||||
git checkout master
|
||||
git merge origin/master
|
||||
git merge origin/$BUILDKITE_BRANCH
|
||||
git push origin master
|
||||
git checkout origin/$BUILDKITE_BRANCH
|
||||
git push origin $BUILDKITE_COMMIT:master
|
||||
|
||||
Reference in New Issue
Block a user