File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 5656 ./append_secret.py STACK_EXCHANGE_ACCESS_TOKEN "${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}"
5757 ./append_secret.py AZURE_APP_CONFIGURATION_CONNECTION_STRING "${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}"
5858
59-
6059 - name : Running tests
6160 run : |
6261 chmod -R 777 ./$home
9089 TF_WORKSPACE : stage
9190
9291 - name : Terraform Plan Prod
93- id : plan-stage
92+ id : plan-prod
9493 # run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
9594 run : echo "Disabled until restructuring infrastructure tiers"
9695 continue-on-error : true
@@ -121,7 +120,6 @@ jobs:
121120 body: output
122121 })
123122
124-
125123 - name : Update Pull Request with Prod Plan
126124127125 if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments