Skip to content

Commit

Permalink
Fix empty EXTRA_DEPLOY_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Dec 21, 2021
1 parent 2cff5a3 commit 0f88e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/deploy_ephemeral_env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source ${CICD_ROOT}/_common_deploy_logic.sh

# Caller can define any extra deploy arguments to be passed to bonfire
: "${EXTRA_DEPLOY_ARGS:='""'}"
: ${EXTRA_DEPLOY_ARGS:=""}

# Deploy k8s resources for app and its dependencies (use insights-stage instead of insights-production for now)
# -> use this PR as the template ref when downloading configurations for this component
Expand Down

0 comments on commit 0f88e80

Please sign in to comment.