ci: add slack integration for master branch failures (#223)

pull/225/head
Jeff Malnick 6 years ago committed by GitHub
parent e943220468
commit c3c07f1556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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