Skip to content

Commit 37741be

Browse files
committed
test
1 parent 3dc534e commit 37741be

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.circleci/config.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
version: 2
22
jobs:
3-
test:
3+
lint:
44
docker:
55
- image: hadolint/hadolint:latest-debian
66
steps:
77
- checkout
88
- run:
99
name: Lint Dockerfile
10-
command: hadolint generic/Dockerfile
10+
command: |
11+
hadolint ${BUILD_DIR}/Dockerfile
12+
echo "CIRCLE TAG: ${CIRCLE_TAG:-0}"
13+
environment:
14+
BUILD_DIR: generic
1115

1216
build_8:
1317
docker:
@@ -377,19 +381,16 @@ workflows:
377381
version: 2
378382
"node-8":
379383
jobs:
380-
- test
381384
- build_8:
382385
context: cubyn_hub_docker
383-
requires:
384-
- test
385386
filters:
386387
branches:
387388
only:
388389
- master
389390
- feature/upgrade_v8
390391
"node-9":
391392
jobs:
392-
- test
393+
- lint
393394
- build_9:
394395
context: cubyn_hub_docker
395396
requires:
@@ -400,7 +401,7 @@ workflows:
400401

401402
"node-10":
402403
jobs:
403-
- test
404+
- lint
404405
- build_10:
405406
context: cubyn_hub_docker
406407
requires:
@@ -410,7 +411,7 @@ workflows:
410411
only: master
411412
"node-11":
412413
jobs:
413-
- test
414+
- lint
414415
- build_11:
415416
context: cubyn_hub_docker
416417
requires:
@@ -420,7 +421,7 @@ workflows:
420421
only: master
421422
"node-12":
422423
jobs:
423-
- test
424+
- lint
424425
- build_12:
425426
context: cubyn_hub_docker
426427
requires:
@@ -430,7 +431,7 @@ workflows:
430431
only: master
431432
"node-13":
432433
jobs:
433-
- test
434+
- lint
434435
- build_13:
435436
context: cubyn_hub_docker
436437
requires:
@@ -440,7 +441,7 @@ workflows:
440441
only: master
441442
"node-14":
442443
jobs:
443-
- test
444+
- lint
444445
- build_14:
445446
context: cubyn_hub_docker
446447
requires:

0 commit comments

Comments
 (0)