Skip to content

Commit 3ec6f72

Browse files
author
Diego Ardila
committed
Point to new context
1 parent caba47c commit 3ec6f72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ jobs:
4848
- store_artifacts:
4949
path: test_results
5050
- slack/notify:
51-
channel: nucleus-builders
5251
event: pass
5352
template: basic_fail_1
5453
- slack/notify:
55-
channel: nucleus-builders
5654
event: fail
5755
template: basic_fail_1
5856

@@ -107,11 +105,11 @@ workflows:
107105
- master
108106
jobs:
109107
- build_test:
110-
context: slack-secrets
108+
context: Nucleus
111109
build_test_publish:
112110
jobs:
113111
- build_test:
114-
context: slack-secrets
112+
context: Nucleus
115113
filters:
116114
tags:
117115
only: /^v\d+\.\d+\.\d+$/ # Runs only for tags with the format [v1.2.3]

0 commit comments

Comments
 (0)