File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 1
1
# CircleCI jobs are only enabled to on Pull Requests and commits to master branch.
2
2
# "Only build pull requests" enabled in Project's Advanced Settings.
3
3
version : 2.1
4
- orbs :
5
- slack : circleci/slack@4.4.2
6
4
7
5
jobs :
8
6
build_test :
47
45
path : test_results
48
46
- store_artifacts :
49
47
path : test_results
50
- - slack/notify :
51
- channel : nucleus-builders
52
- event : pass
53
- template : basic_fail_1
54
- - slack/notify :
55
- channel : nucleus-builders
56
- event : fail
57
- template : basic_fail_1
58
-
59
- - slack/notify :
60
- channel : nucleus-builders
61
- branch_pattern : master
62
- event : fail
63
- template : basic_fail_1
48
+
64
49
pypi_publish :
65
50
docker :
66
51
- image : cimg/python:3.6
@@ -106,12 +91,10 @@ workflows:
106
91
only :
107
92
- master
108
93
jobs :
109
- - build_test :
110
- context : slack-secrets
94
+ - build_test
111
95
build_test_publish :
112
96
jobs :
113
97
- build_test :
114
- context : slack-secrets
115
98
filters :
116
99
tags :
117
100
only : /^v\d+\.\d+\.\d+$/ # Runs only for tags with the format [v1.2.3]
You can’t perform that action at this time.
0 commit comments