Skip to content

Commit

Permalink
fix --skip-build option for dev command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Marin committed Aug 20, 2020
1 parent 6a63ac5 commit 6d48536
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/krectl/cmd_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ cmd_dev() {
shift
;;

# WARNING: Doing a hard reset before deploying
--hard|--dracarys)
--skip-build)
SKIP_BUILD=1
shift
;;
Expand Down Expand Up @@ -54,7 +53,7 @@ cmd_dev() {
if [ "$SKIP_BUILD" = "0" ]; then
cmd_build "$@"
else
sleep 30
sleep 10
fi
deploy
cmd_login
Expand Down

0 comments on commit 6d48536

Please sign in to comment.