Skip to content

Commit 012eae5

Browse files
author
Diego Ardila
committed
Adding notification for all branches
1 parent 50eec98 commit 012eae5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ jobs:
4444
- store_test_results:
4545
path: test_results
4646
- store_artifacts:
47-
path: test_results
47+
path: test_results
48+
- slack/notify:
49+
channel: nucleus-builders
50+
event: pass
51+
template: basic_fail_1
4852
- slack/notify:
4953
channel: nucleus-builders
5054
branch_pattern: master

0 commit comments

Comments
 (0)