ci/build-deqp: stop ignoring failures while fetching patches

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26013>
This commit is contained in:
Eric Engestrom
2023-11-02 17:50:31 +00:00
committed by Marge Bot
parent be18be9deb
commit 22f4ca2cf3

View File

@@ -8,7 +8,7 @@
# DEBIAN_X86_64_TEST_VK_TAG
# KERNEL_ROOTFS_TAG
set -ex
set -ex -o pipefail
git config --global user.email "mesa@example.com"
git config --global user.name "Mesa CI"