ci/build-deqp: move mkdir earlier

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26013>
This commit is contained in:
Eric Engestrom
2023-11-02 17:20:01 +00:00
committed by Marge Bot
parent a61dcdd4b1
commit 124b4097f3

View File

@@ -21,6 +21,8 @@ git clone \
/VK-GL-CTS
pushd /VK-GL-CTS
mkdir -p /deqp
# Patches to VulkanCTS may come from commits in their repo (listed in
# cts_commits_to_backport) or patch files stored in our repo (in the patch
# directory `$OLDPWD/.gitlab-ci/container/patches/` listed in cts_patch_files).
@@ -55,8 +57,6 @@ done
# always goes through ssh or https.
python3 external/fetch_sources.py --insecure
mkdir -p /deqp
# Save the testlog stylesheets:
cp doc/testlog-stylesheet/testlog.{css,xsl} /deqp
popd