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