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

Hotfix/slack notifications #1852

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
version: 2.1
orbs:
slack: circleci/slack@4.12.5
slack: circleci/slack@4.13.2

executors:
py310:
Expand All @@ -13,7 +13,7 @@ executors:
environment:
CIRCLECI: true
PGHOST: 127.0.0.1
- image: circleci/postgres:11.2-alpine-postgis-ram
- image: cimg/postgres:14.7
environment:
POSTGRES_USER: postgres
POSTGRES_DB: test
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- slack/notify:
event: fail
template: basic_fail_1
channel: $SLACK_DEFAULT_CHANNEL


workflows:
Expand Down