Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/333>
COPY install_choco.ps1 C:\
RUN C:\install_choco.ps1
COPY install_choco.ps1 C:\
RUN C:\install_choco.ps1
+RUN 'git config --global user.email "cirunner@gstreamer.freedesktop.org"; git config --global user.name "GStreamer CI system"'
+
COPY install_toolchain.ps1 C:\
RUN C:\install_toolchain.ps1
COPY install_toolchain.ps1 C:\
RUN C:\install_toolchain.ps1
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
-git config --global user.email "gst-build@gstreamer.net"
-git config --global user.name "Gstbuild Runner"
-
# FIXME: Python fails to validate github.com SSL certificate, unless we first
# run a dummy download to force refreshing Windows' CA database.
# See: https://bugs.python.org/issue36137
# FIXME: Python fails to validate github.com SSL certificate, unless we first
# run a dummy download to force refreshing Windows' CA database.
# See: https://bugs.python.org/issue36137