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
3
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
3
All threads resolved!
Hide all comments
Closes
#28 (closed)
Edited
Sep 1, 2021
by
Iñigo Moreno i Caireta
0
0
Merge request reports
Compare
master
version 4
6e7fd7de
Sep 1, 2021
version 3
e6de06dd
Sep 1, 2021
version 2
14530d89
Sep 1, 2021
version 1
91413d7d
Sep 1, 2021
master (base)
and
latest version
latest version
183d6d3a
5 commits,
Sep 1, 2021
version 4
6e7fd7de
4 commits,
Sep 1, 2021
version 3
e6de06dd
3 commits,
Sep 1, 2021
version 2
14530d89
2 commits,
Sep 1, 2021
version 1
91413d7d
1 commit,
Sep 1, 2021
3 files
+
10
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
deploy/base/ros_entrypoint.bash
+
1
−
1
View file @ 183d6d3a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,5 +3,5 @@ set -e
# setup application environment
# shellcheck disable=SC1091
source
"/root/
catkin
_ws/install/setup.bash"
source
"/root/
target
_ws/install/setup.bash"
exec
"
$@
"
Loading