Skip to content
Snippets Groups Projects
Commit 53e29aa1 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Allow multiple consecutive RUN instructions in Dockerfiles (hadolint DL3059)

parent 2fe3924c
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ dockerfiles:
image: hadolint/hadolint:latest-debian
script:
- RET=0
- hadolint --ignore DL3006 --ignore DL3008 deploy/base/Dockerfile || RET=1
- hadolint --ignore DL3006 --ignore DL3008 deploy/dev/Dockerfile || RET=1
- hadolint --ignore DL3006 --ignore DL3008 --ignore DL3059 deploy/base/Dockerfile || RET=1
- hadolint --ignore DL3006 --ignore DL3008 --ignore DL3059 deploy/dev/Dockerfile || RET=1
- exit $RET
tags:
- docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment