Retry simple push-to-master script

This commit is contained in:
Rohan Mitchell
2015-05-06 17:59:36 +10:00
parent ad7e5a45bb
commit f84e704d99

View File

@@ -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