File tree Expand file tree Collapse file tree 1 file changed +11
-27
lines changed Expand file tree Collapse file tree 1 file changed +11
-27
lines changed Original file line number Diff line number Diff line change @@ -409,28 +409,20 @@ workflows:
409409 version : 2
410410 python3.7 :
411411 jobs :
412- - lint-unit-37 :
413- context : dash-docker-hub
414- - build-core-37 :
415- context : dash-docker-hub
416- - build-windows-37 :
417- context : dash-docker-hub
418- - build-misc-37 :
419- context : dash-docker-hub
420- - build-dashr :
421- context : dash-docker-hub
412+ - lint-unit-37
413+ - build-core-37
414+ - build-windows-37
415+ - build-misc-37
416+ - build-dashr
422417 - test-37 :
423- context : dash-docker-hub
424418 requires :
425419 - build-core-37
426420 - build-misc-37
427421 - percy-finalize :
428- context : dash-docker-hub
429422 requires :
430423 - build-dashr
431424 - test-37
432425 - artifacts :
433- context : dash-docker-hub
434426 requires :
435427 - percy-finalize
436428 filters :
@@ -443,27 +435,19 @@ workflows:
443435
444436 python3.6 :
445437 jobs :
446- - lint-unit-36 :
447- context : dash-docker-hub
448- - build-core-36 :
449- context : dash-docker-hub
450- - build-misc-36 :
451- context : dash-docker-hub
438+ - lint-unit-36
439+ - build-core-36
440+ - build-misc-36
452441 - test-36 :
453- context : dash-docker-hub
454442 requires :
455443 - build-core-36
456444 - build-misc-36
457445 python2.7 :
458446 jobs :
459- - lint-unit-27 :
460- context : dash-docker-hub
461- - build-core-27 :
462- context : dash-docker-hub
463- - build-misc-27 :
464- context : dash-docker-hub
447+ - lint-unit-27
448+ - build-core-27
449+ - build-misc-27
465450 - test-27 :
466- context : dash-docker-hub
467451 requires :
468452 - build-core-27
469453 - build-misc-27
You can’t perform that action at this time.
0 commit comments