From 124b4097f32cfee511762b187f1450e6820def3e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 2 Nov 2023 17:20:01 +0000 Subject: [PATCH] ci/build-deqp: move mkdir earlier Part-of: --- .gitlab-ci/container/build-deqp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index fe93e594940..c04be73d317 100644 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -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