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
Loading
Pipeline #518 passed
......@@ -14,7 +14,8 @@ lint_dockerfile:
stage: test
image: hadolint/hadolint:latest-debian
before_script:
- date
- mkdir ~/.config
- cp ./.hadolint.yaml ~/.config/hadolint.yaml
script:
- 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