ci: exclude hadolint
This commit is contained in:
parent
9b1f4312cc
commit
917577a2e9
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ steps:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: hadolint
|
# - name: hadolint
|
||||||
image: hadolint/hadolint:latest-debian
|
# image: hadolint/hadolint:latest-debian
|
||||||
commands:
|
# commands:
|
||||||
- hadolint Dockerfile
|
# - hadolint Dockerfile
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
Loading…
Reference in a new issue