Skip to content

Commit

Permalink
allow branches with suffix to testing-hard-fork-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Feb 27, 2024
1 parent 38eefd7 commit 992168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/scripts/export-git-env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
case $GITBRANCH in
master)
RELEASE=stable ;;
compatible|testing-hard-fork-internal|release*) # whitelist of branches that can be tagged
compatible|testing-hard-fork-internal*|release*) # whitelist of branches that can be tagged
case "${THIS_COMMIT_TAG}" in
*umt*) # any tag including the string `umt`
RELEASE=umt ;;
Expand Down

0 comments on commit 992168e

Please sign in to comment.