Skip to content

Commit

Permalink
Set ROS_DISTRO for rosdoc2 to enable link to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rkent committed Dec 11, 2024
1 parent c196ca5 commit 427a674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ros_buildfarm/templates/doc/rosdoc2_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ else:
' -v $WORKSPACE/ros_buildfarm:/tmp/ros_buildfarm:ro' +
' -v $WORKSPACE/rosdoc2:/tmp/rosdoc2' +
' -v $WORKSPACE/ws:/tmp/ws' +
' -e ROS_DISTRO=%s' % (rosdistro_name) +
' rosdoc2.%s_%s' % (rosdistro_name, doc_repo_spec.name.lower()),
'echo "# END SECTION"',
]),
Expand Down

0 comments on commit 427a674

Please sign in to comment.