From 3b8250aeaf614d04bf31eacea58e3ecf679138a4 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 14 May 2024 14:18:57 +0100 Subject: [PATCH] Notify #bots on fail - Upgrade slack orb 4.13.2 - change cimg --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc28874e8..365db561a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ # version: 2.1 orbs: - slack: circleci/slack@4.12.5 + slack: circleci/slack@4.13.2 executors: py310: @@ -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 @@ -252,7 +252,7 @@ jobs: - slack/notify: event: fail template: basic_fail_1 - channel: $SLACK_DEFAULT_CHANNEL + workflows: