Skip to content
Snippets Groups Projects
Commit 94956367 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

remove git config

parent 4a22e0f4
Branches master
No related tags found
No related merge requests found
Pipeline #62656 passed
...@@ -28,9 +28,3 @@ RUN apt-get update && apt-get install -y \ ...@@ -28,9 +28,3 @@ RUN apt-get update && apt-get install -y \
USER ${USERNAME} USER ${USERNAME}
WORKDIR /home/${USERNAME} WORKDIR /home/${USERNAME}
# Setup git
# Set color.ui to avoid google git repo to prompt for it
RUN git config --global user.name ${USERNAME} \
&& git config --global user.email ${USERNAME}@localhost.localdomain \
&& git config --global color.ui auto
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