Skip to content
Snippets Groups Projects

Deploy image build

Merged Prada Sarasola, Miguel requested to merge deploy-image-build into master
1 file
+ 0
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
#!/bin/bash
set -e
# setup application environment
source "/root/catkin_ws/install/setup.bash"
exec "$@"
Loading