ci/vulkan: Make build-vulkan-validation safe for set -u

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31281>
This commit is contained in:
Daniel Stone 2024-08-29 18:49:26 +01:00 committed by Marge Bot
parent 51dc1ff706
commit 6f0457dddb

View file

@ -5,7 +5,7 @@
# DEBIAN_TEST_GL_TAG
# KERNEL_ROOTFS_TAG
set -ex
set -uex
VALIDATION_TAG="snapshot-2024wk39"