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:
|
||||
- tag
|
||||
|
||||
- name: hadolint
|
||||
image: hadolint/hadolint:latest-debian
|
||||
commands:
|
||||
- hadolint Dockerfile
|
||||
# - name: hadolint
|
||||
# image: hadolint/hadolint:latest-debian
|
||||
# commands:
|
||||
# - hadolint Dockerfile
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
|
Loading…
Reference in a new issue