Skip to content

Commit

Permalink
iOS: ensure the environment is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 18, 2024
1 parent f0ec96a commit 4e78432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ then
echo "OS $1 doesn't support environment $3"
exit 1
fi
elif [[ $1 == 'ios' ]]; then
echo "You must specify environment for ios builds"
exit 1
fi

if [[ ! $START_STEP =~ ^($STEP_REGEX)$ ]]
Expand Down

0 comments on commit 4e78432

Please sign in to comment.