-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use [email protected]: everywhere instead of https, and then inside dock…
…er do a search and replace to https
- Loading branch information
Showing
7 changed files
with
380 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
Oops, something went wrong.