Skip to content
Snippets Groups Projects
Commit de0931af authored by Erick Hitter's avatar Erick Hitter
Browse files

Put hadolint config where it's expected

parent 4854bace
Branches
No related tags found
1 merge request!5Automated image builds for registry
Pipeline #518 passed
...@@ -14,7 +14,8 @@ lint_dockerfile: ...@@ -14,7 +14,8 @@ lint_dockerfile:
stage: test stage: test
image: hadolint/hadolint:latest-debian image: hadolint/hadolint:latest-debian
before_script: before_script:
- date - mkdir ~/.config
- cp ./.hadolint.yaml ~/.config/hadolint.yaml
script: script:
- find . -name "Dockerfile" -execdir hadolint {} \; - find . -name "Dockerfile" -execdir hadolint {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment