Skip to content

Commit

Permalink
Merge pull request #772 from trade-tariff/BAU-fixes-deployments
Browse files Browse the repository at this point in the history
BAU: Fixes deployments notifications
  • Loading branch information
willfish committed Apr 4, 2024
2 parents 76feccd + f181d7b commit 10b4198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -98,6 +98,9 @@ jobs:
type: string
steps:
- checkout
- run:
name: Add curl
command: apk --no-cache add curl jq
- attach_workspace:
at: .
- terraform/init:
Expand All @@ -108,9 +111,6 @@ jobs:
backend_config_file: backends/<< parameters.environment >>.tfbackend
var_file: config_<< parameters.environment >>.tfvars
lock-timeout: 5m
- run:
name: Add curl
command: apk --no-cache add curl jq
- slack/notify:
channel: deployments
event: fail
Expand Down

0 comments on commit 10b4198

Please sign in to comment.