File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1- version : 2.1
1+ version : 2
22jobs :
3- test :
3+ lint :
44 docker :
55 - image : hadolint/hadolint:latest-debian
66 steps :
@@ -383,16 +383,14 @@ workflows:
383383 jobs :
384384 - build_8 :
385385 context : cubyn_hub_docker
386- requires :
387- - test
388386 filters :
389387 branches :
390388 only :
391389 - master
392390 - feature/upgrade_v8
393391 " node-9 " :
394392 jobs :
395- - test
393+ - lint
396394 - build_9 :
397395 context : cubyn_hub_docker
398396 requires :
@@ -403,7 +401,7 @@ workflows:
403401
404402 " node-10 " :
405403 jobs :
406- - test
404+ - lint
407405 - build_10 :
408406 context : cubyn_hub_docker
409407 requires :
@@ -413,7 +411,7 @@ workflows:
413411 only : master
414412 " node-11 " :
415413 jobs :
416- - test
414+ - lint
417415 - build_11 :
418416 context : cubyn_hub_docker
419417 requires :
@@ -423,7 +421,7 @@ workflows:
423421 only : master
424422 " node-12 " :
425423 jobs :
426- - test
424+ - lint
427425 - build_12 :
428426 context : cubyn_hub_docker
429427 requires :
@@ -433,7 +431,7 @@ workflows:
433431 only : master
434432 " node-13 " :
435433 jobs :
436- - test
434+ - lint
437435 - build_13 :
438436 context : cubyn_hub_docker
439437 requires :
@@ -443,7 +441,7 @@ workflows:
443441 only : master
444442 " node-14 " :
445443 jobs :
446- - test
444+ - lint
447445 - build_14 :
448446 context : cubyn_hub_docker
449447 requires :
You can’t perform that action at this time.
0 commit comments