Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8566282a authored by Idriss's avatar Idriss
Browse files

Change pull command

parent 9c5aa7b1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ RUN mkdir -p /home/coder/projects && \
git config credential.helper store && \
git config --global user.email "{{ coder_git_email }}" && \
git config --global user.name "{{ coder_git_email }}" && \
git pull --rebase 2>/dev/null || :
git pull 2>/dev/null || :
{% endfor %}
RUN mkdir -p /home/coder/.ssh && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment