We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caba47c commit 3ec6f72Copy full SHA for 3ec6f72
.circleci/config.yml
@@ -48,11 +48,9 @@ jobs:
48
- store_artifacts:
49
path: test_results
50
- slack/notify:
51
- channel: nucleus-builders
52
event: pass
53
template: basic_fail_1
54
55
56
event: fail
57
58
@@ -107,11 +105,11 @@ workflows:
107
105
- master
108
106
jobs:
109
- build_test:
110
- context: slack-secrets
+ context: Nucleus
111
build_test_publish:
112
113
114
115
filters:
116
tags:
117
only: /^v\d+\.\d+\.\d+$/ # Runs only for tags with the format [v1.2.3]
0 commit comments