Add CircleCI Slack build notifications
This commit is contained in:
parent
54abb87fb4
commit
9aa0a2c266
|
@ -1,5 +1,8 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
|
orbs:
|
||||||
|
slack: circleci/slack@3.4.2
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
go:
|
go:
|
||||||
docker:
|
docker:
|
||||||
|
@ -169,6 +172,9 @@ workflows:
|
||||||
requires:
|
requires:
|
||||||
- go-test
|
- go-test
|
||||||
- go-test-e2e
|
- go-test-e2e
|
||||||
|
- slack/status:
|
||||||
|
# fail_only: true
|
||||||
|
only_for_branches: master
|
||||||
build-distros:
|
build-distros:
|
||||||
jobs:
|
jobs:
|
||||||
- build-386
|
- build-386
|
||||||
|
|
Loading…
Reference in New Issue