Skip to content

Commit 81b1ee7

Browse files
authored
Fix the review app make file (#453)
# What is the change? I accidentally made a change which I thought was correct but in fact caused the "review" environment (not the PR-123 part) of the CD pipeline to fail. This PR reverts it back to what it perviously (correctly) was. <!-- Describe the intended changes. --> # Why are we making this change? <!-- Why is this change required? What problem does it solve? -->
2 parents ea78e33 + 793566b commit 81b1ee7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/terraform/terraform.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ prod: # Target the prod environment - make prod <action>
3030
review: # Target the review infrastructure, or a review app if PR_NUMBER is used - make review <action> [PR_NUMBER=<pr_number>]
3131
$(eval include infrastructure/environments/review/variables.sh)
3232
$(if ${PR_NUMBER}, $(eval export TF_VAR_deploy_infra=false), $(eval export TF_VAR_deploy_container_apps=true))
33-
$(if ${PR_NUMBER},,$(eval export TF_VAR_deploy_container_apps=false))
3433
$(if ${PR_NUMBER}, $(eval export ENVIRONMENT=pr-${PR_NUMBER}), $(eval export ENVIRONMENT=review))
3534

3635
db-setup:

0 commit comments

Comments
 (0)