Skip to content

Commit

Permalink
fix(gcp): skip auth on taito_continue mode
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Dec 12, 2024
1 parent 0acdf95 commit 3e3d87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/execute-command
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ do
;;
-c|--continue)
continue=true
taito_continue=true
shift || :
;;
-v|--verbose)
Expand Down Expand Up @@ -208,7 +209,7 @@ fi

# Export some variables to be used in configs and command execution
export taito_default_password="${taito_default_password}"
export taito_continue="true"
export taito_continue="${taito_continue:-false}"
export taito_skip_override="${skip_override}"
export taito_command="${command}"
export taito_orig_command="${orig_command}"
Expand Down

0 comments on commit 3e3d87e

Please sign in to comment.