Skip to content

Commit

Permalink
BAU: Fixes deployments notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
willfish committed Apr 4, 2024
1 parent 53c36ae commit f181d7b
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 f181d7b

Please sign in to comment.