From df9e744c18a9517e681e700d4eee0ef7015d1077 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 31 Oct 2023 18:35:29 +0100 Subject: [PATCH] ci: disable hadolint --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index e0afc83..6d64f50 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