Skip to content

Commit

Permalink
Use https for git
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Koenig committed Apr 14, 2020
1 parent 51d05fa commit 0a4d7d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/cloudsim_sim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN rosdep update
# docker is run
RUN mkdir -p subt_ws/src \
&& cd subt_ws/src \
&& git clone git@github.com:osrf/subt
&& git clone https://github.com/osrf/subt

# Download the public models
COPY download_models.sh ./
Expand Down
2 changes: 1 addition & 1 deletion docker/subt_shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN sudo apt-get update -qq \
# docker is run
RUN mkdir -p subt_ws/src \
&& cd subt_ws/src \
&& git clone git@github.com:osrf/subt
&& git clone https://github.com/osrf/subt

# Download the public models
COPY download_models.sh ./
Expand Down
2 changes: 1 addition & 1 deletion docker/subt_sim_entry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN sudo apt-get update -qq \
# docker is run
RUN mkdir -p subt_ws/src \
&& cd subt_ws/src \
&& git clone git@github.com:osrf/subt
&& git clone https://github.com/osrf/subt

# Download the public models
COPY download_models.sh ./
Expand Down

0 comments on commit 0a4d7d0

Please sign in to comment.