Skip to content

Commit

Permalink
fast fail build script
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Jan 31, 2024
1 parent ca0fcbf commit 8c627c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -eu
if [ $1 = "prod" ];
then RELEASE_TYPE="prod"
elif [ $1 = "beta" ];
Expand Down

0 comments on commit 8c627c0

Please sign in to comment.