mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 06:10:23 +01:00
ci/angle: Make build-angle 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
7b56710e77
commit
fef3170cae
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# .gitlab-ci/image-tags.yml tags:
|
||||
# KERNEL_ROOTFS_TAG
|
||||
|
||||
set -ex
|
||||
set -uex
|
||||
|
||||
ANGLE_REV="1409a05a81e3ccb279142433a2b987bc330f555b"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue