Skip to content

Commit 1701632

Browse files
committed
CI: Add nipreps-common context
1 parent 988f0d7 commit 1701632

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ workflows:
549549
build_test_deploy:
550550
jobs:
551551
- build:
552+
context:
553+
- nipreps-common
552554
filters:
553555
tags:
554556
only: /.*/
@@ -558,6 +560,8 @@ workflows:
558560
only: /.*/
559561

560562
- test_package:
563+
context:
564+
- nipreps-common
561565
filters:
562566
branches:
563567
ignore:
@@ -566,6 +570,8 @@ workflows:
566570
only: /.*/
567571

568572
- test_pytest:
573+
context:
574+
- nipreps-common
569575
requires:
570576
- build
571577
- get_data
@@ -578,6 +584,8 @@ workflows:
578584
only: /.*/
579585

580586
- test_masks:
587+
context:
588+
- nipreps-common
581589
requires:
582590
- build
583591
- get_data
@@ -586,6 +594,8 @@ workflows:
586594
ignore: /.*/
587595

588596
- deploy_pypi:
597+
context:
598+
- nipreps-common
589599
requires:
590600
- test_pytest
591601
- test_package
@@ -597,6 +607,8 @@ workflows:
597607
only: /.*/
598608

599609
- deploy_docker:
610+
context:
611+
- nipreps-common
600612
requires:
601613
- deploy_pypi
602614
filters:

0 commit comments

Comments
 (0)