Skip hadolint in drone check
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-08-19 13:25:45 -07:00
parent 088bf2ab5e
commit 4bf79f769e
1 changed files with 2 additions and 1 deletions

View File

@ -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