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 65fa950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
1 change: 0 additions & 1 deletion wcivf/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ def repo_root(*x):

WDIV_API_KEY = os.environ.get("WDIV_API_KEY")
SLACK_FEEDBACK_WEBHOOK_URL = os.environ.get("SLACK_FEEDBACK_WEBHOOK_URL") # noqa

CHECK_HOST_DIRTY = False
DIRTY_FILE_PATH = "~/server_dirty"

Expand Down

0 comments on commit 65fa950

Please sign in to comment.