-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reroute git traffic to http to deal with submodules
- Loading branch information
Showing
1 changed file
with
1 addition
and
5 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 |
---|---|---|
|
@@ -53,7 +53,6 @@ RUN mkdir -p /opt/spack-environment \ | |
&& echo " - cprnc" \ | ||
&& echo " - yaml-cpp" \ | ||
&& echo " - fmt" \ | ||
&& echo " - openssh" \ | ||
&& echo " - spdlog" \ | ||
&& echo " " \ | ||
&& echo " specs:" \ | ||
|
@@ -105,10 +104,7 @@ ENV USER=ghciocitester | |
|
||
RUN git config --global user.email "${USER}@${USER}.${USER}" | ||
RUN git config --global user.name "${USER}" | ||
|
||
RUN ssh-keygen -t rsa -b 4096 -f /root/.ssh/id_rsa -N "" | ||
RUN cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys | ||
RUN chmod 600 /root/.ssh/authorized_keys | ||
RUN git config --global url."https://github.com/".insteadOf "[email protected]:" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
ENV TZ=America/Los_Angeles | ||
|