Mesa (main): ci: fix shellcheck violations in the test-vk building script

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 24 06:00:45 UTC 2022


Module: Mesa
Branch: main
Commit: 084cf578ef6a1751d1730c6ff58c9a75264f7756
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=084cf578ef6a1751d1730c6ff58c9a75264f7756

Author: Charlie Turner <cturner at igalia.com>
Date:   Tue Nov  2 13:48:23 2021 +0000

ci: fix shellcheck violations in the test-vk building script

Reviewed-by: Martin Roukala <martin.roukala at mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17184>

---

 .gitlab-ci/container/debian/x86_test-vk.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci/container/debian/x86_test-vk.sh b/.gitlab-ci/container/debian/x86_test-vk.sh
index f231f463027..465d2535f32 100644
--- a/.gitlab-ci/container/debian/x86_test-vk.sh
+++ b/.gitlab-ci/container/debian/x86_test-vk.sh
@@ -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



More information about the mesa-commit mailing list