Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAU: Fixes deployments notifications #772

Merged
merged 1 commit into from Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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