Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!63
Resolve "Migrate industrial_ci to master branch"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Migrate industrial_ci to master branch"
28-migrate-industrial_ci-to-master-branch
into
master
Overview
19
Commits
5
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Merged
Resolve "Migrate industrial_ci to master branch"
Iñigo Moreno i Caireta
requested to merge
28-migrate-industrial_ci-to-master-branch
into
master
Sep 1, 2021
Overview
19
Commits
5
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Closes
#28 (closed)
Edited
Sep 1, 2021
by
Iñigo Moreno i Caireta
0
0
Merge request reports
Viewing commit
183d6d3a
Prev
Next
Show latest version
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
183d6d3a
Remove unneccesary source of upstream_ws
· 183d6d3a
Iñigo Moreno i Caireta
authored
Sep 1, 2021
deploy/base/ros_entrypoint.bash
+
0
−
2
View file @ 183d6d3a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,6 +4,4 @@ set -e
# setup application environment
# shellcheck disable=SC1091
source
"/root/target_ws/install/setup.bash"
# shellcheck disable=SC1091
source
"/root/upstream_ws/install/setup.bash"
exec
"
$@
"
Loading