Skip to content

Commit

Permalink
add support for foxy / nightly images
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored and mathias-luedtke committed Dec 21, 2019
1 parent 5a3936f commit 08435a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions industrial_ci/src/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ function set_ros_variables {
"eloquent")
ros2_defaults "bionic"
;;
"foxy")
ros2_defaults "bionic"
DOCKER_IMAGE=${DOCKER_IMAGE:-osrf/ros2:nightly}
;;
esac

local prefix=ros
Expand Down

0 comments on commit 08435a5

Please sign in to comment.