From 4bd73f2dad397f3b9e5da7a1964f0b5e60e46fce Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 16 May 2024 12:01:27 +0200 Subject: [PATCH] debug path for dockerlint --- .woodpecker/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 51711f4..896fc18 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -30,8 +30,8 @@ steps: image: hadolint/hadolint:v2.12.1-beta-alpine commands: - hadolint --ignore DL3003 --ignore DL3018 Dockerfile - when: - path: "Dockerfile" + #when: + # path: "Dockerfile" lint-markdown: image: davidanson/markdownlint-cli2:v0.13.0