Skip to content

Commit

Permalink
git redirect (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Apr 5, 2021
1 parent 9165e50 commit 7303f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prow/docker/build-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ RUN chmod 777 ${HOME}/go && \
chmod 777 ${HOME}/.kube && \
chmod 777 ${HOME}/.helm

RUN git config --global url."[email protected]:".insteadOf "https://github.ibm.com/"

# Docker in Docker settings
VOLUME /var/lib/docker
EXPOSE 2375
Expand Down
2 changes: 2 additions & 0 deletions prow/docker/check-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,6 @@ RUN chmod 777 ${HOME}/go && \
chmod 777 ${HOME}/.kube && \
chmod 777 ${HOME}/.helm

RUN git config --global url."[email protected]:".insteadOf "https://github.ibm.com/"

WORKDIR ${HOME}

0 comments on commit 7303f7d

Please sign in to comment.