1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-25 00:42:22 +00:00

please use the configuration I have written for hadolint

This commit is contained in:
Otthorn 2021-02-23 23:22:51 +01:00
parent 2e49c9ffbd
commit e74ff54468

View File

@ -47,8 +47,8 @@ docker-linter:
stage: quality-assurance
image: hadolint/hadolint
script:
- hadolint Dockerfile
- hadolint docker_ci/Dockerfile.*
- hadolint -c .hadolint Dockerfile
- hadolint -c .hadolint docker_ci/Dockerfile.*
# Compile documentation
documentation: