Skip to content

Commit

Permalink
Make options for cloning repositories clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
audrow committed Jul 19, 2020
1 parent 3bfc977 commit ece646a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,13 @@ RUN \


# Clone relevant repositories
#ENV commit_tag "abm_pilot"
# ENV git_options "-b ${commit_tag} --single-branch --recursive"
ENV git_options "--recursive"
RUN \
mkdir -p /root/ws/catkin_ws/src \
&& cd /root/ws/catkin_ws/src \
&& git clone ${git_options} https://github.com/robotpt/ros-abm-interaction \
&& git clone ${git_options} https://github.com/robotpt/qt-robot \
&& git clone ${git_options} https://github.com/robotpt/cordial \
&& git clone ${git_options} https://github.com/robotpt/ros-data-capture \
&& git clone --recursive https://github.com/robotpt/ros-abm-interaction \
&& git clone -b abm_deployment https://github.com/robotpt/qt-robot \
&& git clone -b abm_deployment https://github.com/robotpt/cordial \
&& git clone https://github.com/robotpt/ros-data-capture \
&& git clone https://github.com/RobotWebTools/rosbridge_suite


Expand Down

0 comments on commit ece646a

Please sign in to comment.