Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e379e7

Browse files
authored
Adding CI context to config (Instabug#419)
1 parent e74b2cd commit 9e379e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ workflows:
246246
version: 2
247247
publish:
248248
jobs:
249-
- danger
249+
- danger:
250+
context: cross-platform
250251
- test_module
251252
- test_sample
252253
- test_android
@@ -266,6 +267,7 @@ workflows:
266267
branches:
267268
only: master
268269
- publish:
270+
context: cross-platform
269271
requires:
270272
- hold
271273
filters:

0 commit comments

Comments
 (0)