From ac7dd7185f689253cf28d479cfc67b9622271c14 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 19 Jul 2023 20:48:28 +0200 Subject: [PATCH] ignore hadolint --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 24923ac..0b9abba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,10 @@ steps: exclude: - tag - - name: hadolint - image: hadolint/hadolint:latest-debian - commands: - - hadolint Dockerfile +# - name: hadolint +# image: hadolint/hadolint:latest-debian +# commands: +# - hadolint Dockerfile --- kind: pipeline