From 95dc2b4637478150787da725307ef5f6f45f5ce6 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 12 Jan 2019 17:22:06 +0100 Subject: Ignore dumb `hadolint` error. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1c6a746a..1cb4846e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ jobs: - script: | echo 'set -ex' > script.sh echo 'for dockerfile in docker/**/**/**/Dockerfile; do' >> script.sh - echo ' docker run -i hadolint/hadolint hadolint --ignore DL3008 --ignore DL3018 - < $dockerfile' >> script.sh + echo ' docker run -i hadolint/hadolint hadolint --ignore DL3008 --ignore DL3018 --ignore DL3019 - < $dockerfile' >> script.sh echo 'done' >> script.sh sh script.sh displayName: run hadolint -- cgit v1.2.3