diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..796a3828afd9bfc1a69c91e894da1119f5f21ee4 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ +shellcheck: + image: koalaman/shellcheck-alpine + script: 'shellcheck deploy/base/ros_entrypoint.bash scripts/*sh' + allow_failure: yes