File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -549,6 +549,8 @@ workflows:
549
549
build_test_deploy :
550
550
jobs :
551
551
- build :
552
+ context :
553
+ - nipreps-common
552
554
filters :
553
555
tags :
554
556
only : /.*/
@@ -558,6 +560,8 @@ workflows:
558
560
only : /.*/
559
561
560
562
- test_package :
563
+ context :
564
+ - nipreps-common
561
565
filters :
562
566
branches :
563
567
ignore :
@@ -566,6 +570,8 @@ workflows:
566
570
only : /.*/
567
571
568
572
- test_pytest :
573
+ context :
574
+ - nipreps-common
569
575
requires :
570
576
- build
571
577
- get_data
@@ -578,6 +584,8 @@ workflows:
578
584
only : /.*/
579
585
580
586
- test_masks :
587
+ context :
588
+ - nipreps-common
581
589
requires :
582
590
- build
583
591
- get_data
@@ -586,6 +594,8 @@ workflows:
586
594
ignore : /.*/
587
595
588
596
- deploy_pypi :
597
+ context :
598
+ - nipreps-common
589
599
requires :
590
600
- test_pytest
591
601
- test_package
@@ -597,6 +607,8 @@ workflows:
597
607
only : /.*/
598
608
599
609
- deploy_docker :
610
+ context :
611
+ - nipreps-common
600
612
requires :
601
613
- deploy_pypi
602
614
filters :
You can’t perform that action at this time.
0 commit comments