mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-12-26 17:32:22 +00:00
Add CI docker linter for nk20 Dockerfile
This commit is contained in:
parent
a06f355559
commit
fcc4121225
@ -42,6 +42,13 @@ ansible-linter:
|
|||||||
image: otthorn/nk20_ci_ansiblelint
|
image: otthorn/nk20_ci_ansiblelint
|
||||||
script: ansible-lint ansible/
|
script: ansible-lint ansible/
|
||||||
|
|
||||||
|
# Docker linter
|
||||||
|
docker-linter:
|
||||||
|
stage: quality-assurance
|
||||||
|
image: hadolint/hadolint
|
||||||
|
script:
|
||||||
|
- hadolint Dockerfile
|
||||||
|
|
||||||
# Compile documentation
|
# Compile documentation
|
||||||
documentation:
|
documentation:
|
||||||
stage: docs
|
stage: docs
|
||||||
|
Loading…
Reference in New Issue
Block a user