Skip to content

Commit

Permalink
Fail build if BUILD_UUID is unset
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed May 28, 2024
1 parent 1552003 commit 5b3ef94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export CPU_SSE42=false
# EXP_PICK_CHANGES

if [ -z "$BUILD_UUID" ]; then
export BUILD_UUID=$(uuidgen)
echo "BUILD_UUID environment variable required"
exit 1
fi

if [ -z "$REPO_VERSION" ]; then
Expand Down

0 comments on commit 5b3ef94

Please sign in to comment.