Skip to content

Commit

Permalink
Remove rogue quote in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Mar 19, 2021
1 parent 6c83758 commit 9491f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job_templates/ci_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if [ "$CI_USE_WHITESPACE_IN_PATHS" = "true" ]; then
export CI_ARGS="$CI_ARGS --white-space-in sourcespace buildspace installspace workspace"
fi
export CI_ARGS="$CI_ARGS --ignore-rmw rmw_connext_dynamic_cpp"
# TODO(asorbini) `rmw_connext_cpp` is still the default for dashing" and foxy.
# TODO(asorbini) `rmw_connext_cpp` is still the default for dashing and foxy.
if [ -n "$CI_ROS_DISTRO" -a \( "$CI_ROS_DISTRO" = dashing -o "$CI_ROS_DISTRO" = foxy \) ]; then
if [ "$CI_USE_CONNEXTDDS" = "false" ]; then
export CI_ARGS="$CI_ARGS rmw_connext_cpp"
Expand Down

0 comments on commit 9491f5d

Please sign in to comment.