Skip to content

Commit

Permalink
use [email protected]: everywhere instead of https, and then inside dock…
Browse files Browse the repository at this point in the history
…er do a search and replace to https
  • Loading branch information
lucasw committed Aug 30, 2024
1 parent 396bf92 commit 06add06
Show file tree
Hide file tree
Showing 7 changed files with 380 additions and 378 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN $SRC/ros_from_src/base_dependencies.sh
# WORKDIR $SRC/ros_from_src
RUN mkdir -p underlay_ws/src
COPY underlay_repos.yaml underlay_ws/src
RUN sed -i 's/[email protected]:/https:\/\/github.com\//' underlay_ws/src/underlay_repos.yaml
COPY git_clone.sh $SRC/ros_from_src
# RUN ROS_CONSOLE=$ROSCONSOLE $SRC/ros_from_src/git_clone.sh
RUN $SRC/ros_from_src/git_clone.sh
Expand All @@ -46,6 +47,7 @@ RUN $SRC/ros_from_src/catkin.sh
# WORKDIR $SRC/ros_from_src
RUN mkdir -p base_ws/src
COPY ${SUBDIR}/base_repos.yaml base_ws/src
RUN sed -i 's/[email protected]:/https:\/\/github.com\//' base_ws/src/base_repos.yaml
COPY ${SUBDIR}/base_git_clone.sh $SRC/ros_from_src
# RUN ROS_CONSOLE=$ROSCONSOLE $SRC/ros_from_src/git_clone.sh
RUN $SRC/ros_from_src/base_git_clone.sh
Expand Down
Loading

0 comments on commit 06add06

Please sign in to comment.