From 0f88e801e524c7b662f57484c7b367228fc64c93 Mon Sep 17 00:00:00 2001 From: Brandon Squizzato Date: Tue, 21 Dec 2021 15:46:51 -0500 Subject: [PATCH] Fix empty EXTRA_DEPLOY_ARGS --- cicd/deploy_ephemeral_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/deploy_ephemeral_env.sh b/cicd/deploy_ephemeral_env.sh index 021d5e63..7ff1d6b0 100644 --- a/cicd/deploy_ephemeral_env.sh +++ b/cicd/deploy_ephemeral_env.sh @@ -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