mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
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:
parent
51dc1ff706
commit
6f0457dddb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# DEBIAN_TEST_GL_TAG
|
||||
# KERNEL_ROOTFS_TAG
|
||||
|
||||
set -ex
|
||||
set -uex
|
||||
|
||||
VALIDATION_TAG="snapshot-2024wk39"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue