Skip to content

Commit

Permalink
Update export-git-env-vars.sh
Browse files Browse the repository at this point in the history
converted / to - in switch for determining release
  • Loading branch information
dkijania committed Feb 22, 2024
1 parent 342751e commit 2025a73
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 2025a73

Please sign in to comment.