Skip to content

Commit 74014b0

Browse files
authored
fix(ci): use granular contexts - DIA-50447 (#73)
1 parent b694295 commit 74014b0

3 files changed

Lines changed: 728 additions & 713 deletions

File tree

.circleci/config.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: 2.1
22

33
orbs:
4-
base: dialogue/base@1.12.0
5-
release: dialogue/release@2.6.1
6-
python: dialogue/python@3.4.1
7-
utils: dialogue/utils@3.7.0
4+
base: dialogue/base@1.15.1
5+
release: dialogue/release@2.9.1
6+
python: dialogue/python@3.8.3
7+
utils: dialogue/utils@3.10.1
88

99
workflows:
1010
ci:
@@ -38,7 +38,9 @@ workflows:
3838
- black
3939
- isort
4040
- test
41-
context: org-global-v2
41+
context:
42+
- slack-release
43+
- base-github-ci
4244
filters:
4345
branches:
4446
only: master
@@ -47,7 +49,7 @@ workflows:
4749
jobs:
4850
- publish:
4951
name: publish
50-
context: org-global-v2
52+
context: gemfury-download # Needed to build, the upload token is in the CI env vars
5153
filters:
5254
tags:
5355
only: /^v.*/

0 commit comments

Comments
 (0)