We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d87ecf + a141423 commit 3d4b2b9Copy full SHA for 3d4b2b9
.github/workflows/_update_terraform.yml
@@ -46,7 +46,6 @@ jobs:
46
if: ${{ (inputs.deployment_environment == 'production') }}
47
run: |
48
./dockerize -template prod-eu-west/services/events/_events.auto.tfvars.tmpl:prod-eu-west/services/events/_events.auto.tfvars
49
- ./dockerize -template test/services/events/_events.auto.tfvars.tmpl:test/services/events/_events.auto.tfvars
50
51
git add prod-eu-west/services/events/_events.auto.tfvars
52
git commit -m "Adding events git variables for tag ${{ inputs.image_tag }}"
0 commit comments