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

View File

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