mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 10:14:13 +08:00
ci/python: Fix section emission
Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31602>
This commit is contained in:
parent
2bac04aa4b
commit
3dde227022
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user