fix merging forward

This commit is contained in:
Amber H. Brown 2019-07-26 02:26:23 +10:00
parent 3edf6e987e
commit b50d8a9dc1

View file

@ -2,7 +2,7 @@
set -ex
if [[ "$BUILDKITE_BRANCH" =~ ^(develop|master|dinsic|shhs-*|release-.*)$ ]]; then
if [[ "$BUILDKITE_BRANCH" =~ ^(develop|master|dinsic|shhs-.*|release-.*)$ ]]; then
echo "Not merging forward, as this is a release branch"
exit 0
fi