Skip to content
Snippets Groups Projects

Use new CMAKE_ARGS variable introduced in industrial_ci#369

3 files
+ 17
17
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
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
# 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
@@ -19,4 +19,4 @@ dockerfiles:
@@ -19,4 +19,4 @@ dockerfiles:
yamllint:
yamllint:
image: sdesbure/yamllint
image: sdesbure/yamllint
script: "yamllint $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
script: yamllint $(find . -name '*.yml' -o -name '*.yaml')
Loading