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:
409
409
version : 2
410
410
python3.7 :
411
411
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
422
417
- test-37 :
423
- context : dash-docker-hub
424
418
requires :
425
419
- build-core-37
426
420
- build-misc-37
427
421
- percy-finalize :
428
- context : dash-docker-hub
429
422
requires :
430
423
- build-dashr
431
424
- test-37
432
425
- artifacts :
433
- context : dash-docker-hub
434
426
requires :
435
427
- percy-finalize
436
428
filters :
@@ -443,27 +435,19 @@ workflows:
443
435
444
436
python3.6 :
445
437
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
452
441
- test-36 :
453
- context : dash-docker-hub
454
442
requires :
455
443
- build-core-36
456
444
- build-misc-36
457
445
python2.7 :
458
446
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
465
450
- test-27 :
466
- context : dash-docker-hub
467
451
requires :
468
452
- build-core-27
469
453
- build-misc-27
You can’t perform that action at this time.
0 commit comments