Increase git timeout for large CI repos
This commit is contained in:
parent
66996af24a
commit
aa1146789f
1 changed files with 1 additions and 0 deletions
|
@ -54,5 +54,6 @@ RUN ssh-keyscan -p 1212 git.zontreck.com >> /root/.ssh/known_hosts
|
|||
# Set up needed git and extra build components
|
||||
RUN git config --global user.name "zontreck"
|
||||
RUN git config --global user.email "tarapiccari@gmail.com"
|
||||
RUN git config --global http.timeout "3600"
|
||||
|
||||
WORKDIR /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue