ci: add slack integration for master branch failures

e2e
Jeff Malnick 6 years ago
parent 25514fb553
commit bb8a9770d8

@ -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

Loading…
Cancel
Save