Add build script to merge to master

This commit is contained in:
Rohan Mitchell
2015-04-22 14:47:54 +10:00
parent 0c0be0112e
commit b9e3ff54b8

View File

@@ -0,0 +1,10 @@
#!/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