From 3dde227022947a27bfd0cead0aaeaf486aba24ab Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 10 Oct 2024 10:37:20 -0400 Subject: [PATCH] ci/python: Fix section emission Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci/prepare-artifacts-python.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/prepare-artifacts-python.sh b/.gitlab-ci/prepare-artifacts-python.sh index 7d12d406dc2..ae318c53ace 100755 --- a/.gitlab-ci/prepare-artifacts-python.sh +++ b/.gitlab-ci/prepare-artifacts-python.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash # shellcheck disable=SC2038 # TODO: rewrite the find # shellcheck disable=SC2086 # we want word splitting +# shellcheck disable=SC1091 # relative paths only become valid at runtime + +. "${SCRIPTS_DIR}/setup-test-env.sh" section_switch prepare-artifacts "artifacts: prepare"