Skip to content

Commit

Permalink
VOTE-2992: set COMPOSER_NO_DEV=1 to skip development package installs…
Browse files Browse the repository at this point in the history
… in all cloud envs (#1175)
  • Loading branch information
tt-gsa authored Dec 20, 2024
1 parent 4035a31 commit b4b0db0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/pipeline/exports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ elif [ "${cf_env}" == "test" ]; then
export sso_assertion_key=${test_sso_assertion_key}
export waf_name=${test_waf_name}
export waf_external_endpoint=${test_waf_external_endpoint}
export composer_no_dev=0
elif [ "${cf_env}" == "dev" ]; then
export cf_space=${dev_cf_space}
export cms_uri=${dev_cms_uri}
Expand All @@ -48,5 +47,4 @@ elif [ "${cf_env}" == "dev" ]; then
export sso_assertion_key=${dev_sso_assertion_key}
export waf_name=${dev_waf_name}
export waf_external_endpoint=${dev_waf_external_endpoint}
export composer_no_dev=0
fi

0 comments on commit b4b0db0

Please sign in to comment.