Skip to content
Snippets Groups Projects

Use new CMAKE_ARGS variable introduced in industrial_ci#369

Merged Prada Sarasola, Miguel requested to merge use-cmake-args into master
All threads resolved!
Files
3
+ 2
2
shellcheck:
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
# DL3006 Always tag the version of an image explicitly
@@ -19,4 +19,4 @@ dockerfiles:
yamllint:
image: sdesbure/yamllint
script: "yamllint $(find . \\( -name '*.yml' -o -name '*.yaml' \\))"
script: yamllint $(find . -name '*.yml' -o -name '*.yaml')
Loading