Skip to content

Commit

Permalink
use test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Mar 16, 2017
1 parent 09f95e4 commit 43657b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_ci/src/tests/ros_prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update -qq \
sudo \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/ros-infrastructure/ros_buildfarm.git /tmp/ros_buildfarm \
RUN git clone https://github.com/ros-infrastructure/ros_buildfarm.git /tmp/ros_buildfarm -b prerelease_improvements \
&& cd /tmp/ros_buildfarm/ && python3 setup.py install \
&& rm -rf /tmp/ros_buildfarm
RUN groupadd -g $(stat -c%g /var/run/docker.sock) host_docker \
Expand Down

0 comments on commit 43657b2

Please sign in to comment.