Skip to content

Commit

Permalink
Change the ros2 package url
Browse files Browse the repository at this point in the history
As the ros2 ci build farm has switched the ubuntu from Xenial to
Bionic(ros2/ci#148), we have to change the url
of the package url in order to get the right one.

Fix NONE
  • Loading branch information
Minggang Wang committed Jun 14, 2018
1 parent 20d1a16 commit 627edf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN git config --global user.name $GIT_USER_NAME \
ENV ROS2_WS=/root
WORKDIR $ROS2_WS

RUN wget http://ci.ros2.org/view/packaging/job/packaging_linux/lastSuccessfulBuild/artifact/ws/ros2-package-linux-x86_64.tar.bz2 \
RUN wget https://ci.ros2.org/view/packaging/job/packaging_xenial_linux/lastSuccessfulBuild/artifact/ws/ros2-package-linux-x86_64.tar.bz2 \
&& tar xf ros2-package-linux-x86_64.tar.bz2

RUN echo "source $ROS2_WS/ros2-linux/local_setup.bash" >> $HOME/.bashrc
Expand Down

0 comments on commit 627edf3

Please sign in to comment.