We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ab1fa commit 95cd393Copy full SHA for 95cd393
.github/workflows/time-tracker-ui-ci.yml
@@ -66,8 +66,7 @@ jobs:
66
67
- name: Terraform Plan Prod
68
id: plan-prod
69
- # run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
70
- run: echo "Disabled for now up to restructure infra tiers"
+ run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
71
continue-on-error: true
72
working-directory: ./${{ env.WORKING_DIR }}
73
env:
0 commit comments