Try to add hadolint back
This commit is contained in:
parent
996d31b9eb
commit
7e9f2e38ca
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user