From de0931af86eb1dc63ac9cf358f6ee9fc4f8d8174 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Fri, 22 Feb 2019 23:27:52 -0800 Subject: [PATCH] Put hadolint config where it's expected --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f6c4d2..9395913 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 {} \; -- GitLab