Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
084d13f3
Commit
084d13f3
authored
6 years ago
by
Nick Medveditskov
Committed by
Matt Hansen
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Switch from double to singe quotes to enable parameter expansion
parent
9144727b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+2
-2
2 additions, 2 deletions
.travis.yml
with
2 additions
and
2 deletions
.travis.yml
+
2
−
2
View file @
084d13f3
...
...
@@ -24,10 +24,10 @@ before_install:
script
:
-
docker run --name nav2_bash --rm -d -i -t nav2:latest bash -l
-
docker exec nav2_bash bash -c
"
. /opt/ros/$ROS2_DISTRO/setup.bash &&
-
docker exec nav2_bash bash -c
'
. /opt/ros/$ROS2_DISTRO/setup.bash &&
. /ros2_ws/ros2-linux/setup.bash &&
. /ros2_ws/navstack_dependencies_ws/install/setup.bash &&
colcon test --packages-skip dwb_controller dwb_core nav2_amcl nav2_costmap_2d
nav2_dynamic_params nav2_map_server nav2_navfn_planner nav2_robot nav2_system_tests
nav2_tasks nav2_util
"
nav2_tasks nav2_util
'
-
docker exec nav2_bash bash -c "colcon test-result --verbose"
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment