From 1442fdeb32f6bd07426cabee22345f27a641fe35 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 11 Jul 2024 17:46:15 +0200 Subject: [PATCH] dd --- .woodpecker/lint.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index bf7074c..2f7ea78 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -8,13 +8,13 @@ steps: - event: [push, pull_request, cron] evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' - hadolint: - image: pipelinecomponents/hadolint:0.26.4 - commands: - - hadolint Dockerfile - when: - - event: [push, pull_request, cron] - evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' +# hadolint: +# image: pipelinecomponents/hadolint:0.26.4 +# commands: +# - hadolint Dockerfile +# when: +# - event: [push, pull_request, cron] +# evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' shellcheck: image: "koalaman/shellcheck-alpine:v0.10.0"