From 4bf79f769e157eed92acbc4209aad5327559f29e Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 19 Aug 2020 13:25:45 -0700 Subject: [PATCH] Skip hadolint in drone check --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d14b7ae..a8566a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,8 @@ steps: image: python:3 commands: - pip install docker-compose pre-commit - - make check + # This image doesn't have docker, so we skip Hadolint + - env SKIP=hadolint make check - name: itest image: docker