mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
ci: fix shellcheck violations in the test-vk building script
Reviewed-by: Martin Roukala <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17184>
This commit is contained in:
parent
8756de2d80
commit
084cf578ef
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
# The relative paths in this file only become valid at runtime.
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
set -e
|
||||
set -o xtrace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue