shellcheck:
  image: koalaman/shellcheck-alpine
  script: 'shellcheck deploy/base/ros_entrypoint.bash scripts/*sh'
  allow_failure: yes