mirror of https://gitlab.crans.org/bde/nk20
please use the configuration I have written for hadolint
This commit is contained in:
parent
2e49c9ffbd
commit
e74ff54468
|
@ -47,8 +47,8 @@ docker-linter:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: hadolint/hadolint
|
image: hadolint/hadolint
|
||||||
script:
|
script:
|
||||||
- hadolint Dockerfile
|
- hadolint -c .hadolint Dockerfile
|
||||||
- hadolint docker_ci/Dockerfile.*
|
- hadolint -c .hadolint docker_ci/Dockerfile.*
|
||||||
|
|
||||||
# Compile documentation
|
# Compile documentation
|
||||||
documentation:
|
documentation:
|
||||||
|
|
Loading…
Reference in New Issue