mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-25 01:23:23 +00:00
11 lines
206 B
Bash
Executable File
11 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
source ./script/ci/includes.sh
|
|
|
|
echo "--- Verifying branch is based on current master"
|
|
exit_unless_master_merged
|
|
|
|
echo "--- Pushing branch"
|
|
echo git push origin $BUILDKITE_COMMIT:master
|