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

Require Dockerfile and shellcheck jobs to succeed

YAML is still allowed to fail because there's a pending problem in our custom
rosdep definition file.
parent 828e137f
No related branches found
No related tags found
1 merge request!25Tests
Pipeline #12811 passed with warnings
shellcheck: shellcheck:
image: koalaman/shellcheck-alpine image: koalaman/shellcheck-alpine
script: 'shellcheck deploy/base/ros_entrypoint.bash scripts/*sh' script: 'shellcheck deploy/base/ros_entrypoint.bash scripts/*sh'
allow_failure: yes
# The ignored rules in hadolint checks are # The ignored rules in hadolint checks are
# DL3006 Always tag the version of an image explicitly # DL3006 Always tag the version of an image explicitly
...@@ -17,7 +16,6 @@ dockerfiles: ...@@ -17,7 +16,6 @@ dockerfiles:
- hadolint --ignore DL3006 --ignore DL3008 deploy/base/Dockerfile || RET=1 - 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 deploy/dev/Dockerfile || RET=1
- exit $RET - exit $RET
allow_failure: yes
yamllint: yamllint:
image: sdesbure/yamllint image: sdesbure/yamllint
......
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