Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
templates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prada Sarasola, Miguel
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