Skip to content
Snippets Groups Projects
Select Git revision
  • f7533cdfddad8062cbfd84ce89f6eb4492d95e8d
  • master default
  • include-tests
  • remove-yaml-quotes
  • configurable-ci-setup-lookup-path
  • dev-image-test-bak
  • dev-images
  • tmp/deploy-image-build
  • fast-ci
  • modular-templates
10 results

ci_run_entry_points.sh

Blame
  • Forked from tecnalia_robotics-public / templates
    Source project has a limited visibility.
    ros_entrypoint.bash 134 B
    #!/bin/bash
    set -e
    
    # setup application environment
    # shellcheck disable=SC1091
    source "/root/target_ws/install/setup.bash"
    exec "$@"