Skip to content

Commit 793566b

Browse files
committed
Fix the review app make file
1 parent dbc5f5c commit 793566b

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)