Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
tecnalia_robotics-public
templates
Commits
43173a04
Commit
43173a04
authored
Feb 11, 2019
by
Prada Sarasola, Miguel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add scripts/Dockerfile required for deployment script
parent
dae2df37
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
deploy/Dockerfile
deploy/Dockerfile
+6
-0
deploy/ros_entrypoint.bash
deploy/ros_entrypoint.bash
+6
-0
scripts/pre-deploy-cleanup.bash
scripts/pre-deploy-cleanup.bash
+7
-0
No files found.
deploy/Dockerfile
0 → 100644
View file @
43173a04
FROM
industrial_ci_image
COPY
./ros_entrypoint.bash /
ENTRYPOINT
["/ros_entrypoint.bash"]
CMD
["bash"]
deploy/ros_entrypoint.bash
0 → 100644
View file @
43173a04
#!/bin/bash
set
-e
# setup application environment
source
"/root/catkin_ws/install/setup.bash"
exec
"
$@
"
scripts/pre-deploy-cleanup.bash
0 → 100644
View file @
43173a04
#!/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?
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment