From bb8a9770d815529f5200a82f26ba711af9456ea1 Mon Sep 17 00:00:00 2001 From: Jeff Malnick Date: Mon, 27 Jul 2020 14:34:48 -0700 Subject: [PATCH] ci: add slack integration for master branch failures --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01b0bb5368..b115655fd2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,4 +1,6 @@ version: 2.1 +orbs: + slack: circleci/slack@3.4.2 jobs: build: machine: @@ -14,3 +16,7 @@ jobs: name: "Run Acceptance Tests" command: | make test-ci + - slack/status: + fail_only: true + only_for_branches: master + webhook: webhook