Skip to content

Commit 511282f

Browse files
committed
MNT: Use org-level context
1 parent 2d0394b commit 511282f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ workflows:
399399
build_test_deploy:
400400
jobs:
401401
- build:
402+
context:
403+
- nipreps-common
402404
filters:
403405
tags:
404406
only: /.*/
@@ -408,6 +410,8 @@ workflows:
408410
only: /.*/
409411

410412
- test_package:
413+
context:
414+
- nipreps-common
411415
filters:
412416
branches:
413417
ignore:
@@ -416,6 +420,8 @@ workflows:
416420
only: /.*/
417421

418422
- test_pytest:
423+
context:
424+
- nipreps-common
419425
requires:
420426
- build
421427
- get_data
@@ -428,6 +434,8 @@ workflows:
428434
only: /.*/
429435

430436
- deploy_pypi:
437+
context:
438+
- nipreps-common
431439
requires:
432440
- test_pytest
433441
- test_package
@@ -439,6 +447,8 @@ workflows:
439447
only: /.*/
440448

441449
- deploy_docker:
450+
context:
451+
- nipreps-common
442452
requires:
443453
- deploy_pypi
444454
filters:

0 commit comments

Comments
 (0)