From 084cf578ef6a1751d1730c6ff58c9a75264f7756 Mon Sep 17 00:00:00 2001 From: Charlie Turner Date: Tue, 2 Nov 2021 13:48:23 +0000 Subject: [PATCH] ci: fix shellcheck violations in the test-vk building script Reviewed-by: Martin Roukala Part-of: --- .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