mirror of https://gitlab.crans.org/bde/nk20
Add CI docker linter for nk20 Dockerfile
This commit is contained in:
parent
f6b711bb1b
commit
d20a1038a8
|
@ -42,6 +42,13 @@ ansible-linter:
|
|||
image: otthorn/nk20_ci_ansiblelint
|
||||
script: ansible-lint ansible/
|
||||
|
||||
# Docker linter
|
||||
docker-linter:
|
||||
stage: quality-assurance
|
||||
image: hadolint/hadolint
|
||||
script:
|
||||
- hadolint Dockerfile
|
||||
|
||||
# Compile documentation
|
||||
documentation:
|
||||
stage: docs
|
||||
|
|
Loading…
Reference in New Issue