shhs shhs-v1.2.0.1
Amber H. Brown 2019-07-26 02:07:05 +10:00
parent f61cdc14e7
commit 3edf6e987e
1 changed files with 1 additions and 1 deletions

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