mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-20 04:59:16 +00:00
Merge branch 'master' into optimise-shopfront
This commit is contained in:
@@ -6,5 +6,9 @@ source ./script/ci/includes.sh
|
||||
echo "--- Verifying branch is based on current master"
|
||||
exit_unless_master_merged
|
||||
|
||||
echo "--- Pushing branch"
|
||||
git push origin $BUILDKITE_COMMIT:master
|
||||
echo "--- Merging and pushing branch"
|
||||
git checkout master
|
||||
git merge origin/master
|
||||
git merge origin/$BUILDKITE_BRANCH
|
||||
git push origin master
|
||||
git checkout origin/$BUILDKITE_BRANCH
|
||||
|
||||
Reference in New Issue
Block a user