Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fix build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Mar 24, 2020
1 parent f49f877 commit 5eacd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if [[ ($# -eq 1 && ("$1" == "-d" || "$1" == "--deploy")) ]]; then
ENV=release
IS_TEST_MODE=0
FORCE_RELEASE=0
if [[ ($# -eq 1 && ("$1" == "-df" || "$1" == "-fd")) || ($# -eq 2 && ("$1" == "-d" || "$1" == "--deploy") && ("$2" == "-f" || "$2" == "--force")) || ($# -eq 2 && ("$1" == "-f" || "$1" == "--force") && ("$2" == "-d" || "$2" == "--deploy")) ]]; then
elif [[ ($# -eq 1 && ("$1" == "-df" || "$1" == "-fd")) || ($# -eq 2 && ("$1" == "-d" || "$1" == "--deploy") && ("$2" == "-f" || "$2" == "--force")) || ($# -eq 2 && ("$1" == "-f" || "$1" == "--force") && ("$2" == "-d" || "$2" == "--deploy")) ]]; then
ENV=release
IS_TEST_MODE=0
FORCE_RELEASE=1
Expand Down

0 comments on commit 5eacd50

Please sign in to comment.