Skip to content

Commit

Permalink
Merge pull request #15460 from MinaProtocol/arelease/1.5.0devnet-stop…
Browse files Browse the repository at this point in the history
…-slot

Update export-git-env-vars.sh
  • Loading branch information
mrmr1993 committed Apr 3, 2024
2 parents 7f7ff86 + 6be768d commit c18c750
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildkite/scripts/export-git-env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ case $GITBRANCH in
RELEASE=alpha ;;
*beta*) # any tag including the string `beta`
RELEASE=beta ;;
*devnet*)
RELEASE=devnet ;;
?*) # Any other non-empty tag. ? matches a single character and * matches 0 or more characters.
RELEASE=stable ;;
#RELEASE=stable ;;
RELEASE=unstable ;;
"") # No tag
RELEASE=unstable ;;
*) # The above set of cases should be exhaustive, if they're not then still set RELEASE=unstable
Expand Down

0 comments on commit c18c750

Please sign in to comment.