Change git user

This commit is contained in:
2022-07-28 13:22:32 +02:00
parent c96c8415ea
commit 7f50d2cf38
+1 -1
View File
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
# Compile Blender
RUN mkdir /opt/blender-git/ && cd /opt/blender-git/ \
&& git clone -b v${b3d_vs_major}.${b3d_vs_minor} --depth 1 https://git.blender.org/blender.git \
&& git config --global user.email "a.vaillant.moderlab@gmail.com" \
&& git config --global user.email "contact@aurelien-vaillant.net" \
&& git config --global user.name "Aurelien Vaillant" \
&& mkdir /opt/blender-git/lib \
&& cd /opt/blender-git/lib \