Skip to content

Commit 50eec98

Browse files
author
Diego Ardila
committed
second attempt at adding notifications
1 parent a8ff8ab commit 50eec98

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.circleci/config.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,17 @@ jobs:
3939
poetry run coverage run --include=nucleus/* -m pytest -s -v --junitxml=test_results/junit.xml
4040
poetry run coverage report
4141
poetry run coverage html
42-
- slack/notify:
43-
branch_pattern: master
44-
event: fail
45-
template: basic_fail_1
46-
4742
- store_test_results:
4843
path: htmlcov
49-
5044
- store_test_results:
5145
path: test_results
52-
5346
- store_artifacts:
5447
path: test_results
48+
- slack/notify:
49+
channel: nucleus-builders
50+
branch_pattern: master
51+
event: fail
52+
template: basic_fail_1
5553
pypi_publish:
5654
docker:
5755
- image: cimg/python:3.6
@@ -97,7 +95,8 @@ workflows:
9795
only:
9896
- master
9997
jobs:
100-
- build_test
98+
- build_test:
99+
context: slack-secrets
101100
build_test_publish:
102101
jobs:
103102
- build_test:

0 commit comments

Comments
 (0)