Skip to content

Commit

Permalink
Notify #bots on fail
Browse files Browse the repository at this point in the history
- Upgrade slack orb 4.13.2
- change cimg
  • Loading branch information
VirginiaDooley committed May 14, 2024
1 parent 411dbeb commit 3b8250a
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 3b8250a

Please sign in to comment.