Skip to content

Commit 808bf04

Browse files
committed
fixing a previous mistake
1 parent 132a209 commit 808bf04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/terraform/terraform.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ 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))
3334
$(if ${PR_NUMBER}, $(eval export ENVIRONMENT=pr-${PR_NUMBER}), $(eval export ENVIRONMENT=review))
3435

3536
db-setup:

0 commit comments

Comments
 (0)