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:
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 :
You can’t perform that action at this time.
0 commit comments