Try to add hadolint back

This commit is contained in:
IamTheFij 2020-08-19 13:42:55 -07:00
parent 996d31b9eb
commit 7e9f2e38ca
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ steps:
image: python:3
commands:
- pip install docker-compose pre-commit
# This image doesn't have docker, so we skip Hadolint
- env SKIP=hadolint make check
- wget -L -o /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64
- make check
- name: itest
image: docker/compose:alpine-1.26.2

View File

@ -18,4 +18,4 @@ repos:
rev: v2.0.0
hooks:
- id: docker-compose-check
- id: hadolint
- id: hadolint-system