Skip to content
Snippets Groups Projects
Commit 43173a04 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Add scripts/Dockerfile required for deployment script

parent dae2df37
No related branches found
No related tags found
No related merge requests found
FROM industrial_ci_image
COPY ./ros_entrypoint.bash /
ENTRYPOINT ["/ros_entrypoint.bash"]
CMD ["bash"]
#!/bin/bash
set -e
# setup application environment
source "/root/catkin_ws/install/setup.bash"
exec "$@"
#!/bin/bash
set -e
rm -rf /root/catkin_ws/build /root/catkin_ws/devel /root/catkin_ws/src /root/ici /root/src
# Unset env vars?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment