File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,8 @@ workflows:
399
399
build_test_deploy :
400
400
jobs :
401
401
- build :
402
+ context :
403
+ - nipreps-common
402
404
filters :
403
405
tags :
404
406
only : /.*/
@@ -408,6 +410,8 @@ workflows:
408
410
only : /.*/
409
411
410
412
- test_package :
413
+ context :
414
+ - nipreps-common
411
415
filters :
412
416
branches :
413
417
ignore :
@@ -416,6 +420,8 @@ workflows:
416
420
only : /.*/
417
421
418
422
- test_pytest :
423
+ context :
424
+ - nipreps-common
419
425
requires :
420
426
- build
421
427
- get_data
@@ -428,6 +434,8 @@ workflows:
428
434
only : /.*/
429
435
430
436
- deploy_pypi :
437
+ context :
438
+ - nipreps-common
431
439
requires :
432
440
- test_pytest
433
441
- test_package
@@ -439,6 +447,8 @@ workflows:
439
447
only : /.*/
440
448
441
449
- deploy_docker :
450
+ context :
451
+ - nipreps-common
442
452
requires :
443
453
- deploy_pypi
444
454
filters :
You can’t perform that action at this time.
0 commit comments