From bf87c6522bbe16d490a2ee52a3ddc00482671b8f Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 24 Jul 2025 16:24:11 +0200 Subject: [PATCH] ci/prepare-artifacts: move git version dump out of static file copy block Part-of: --- .gitlab-ci/prepare-artifacts.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index 6be7bbb2e69..4f4a98468ba 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -29,10 +29,11 @@ if [ -z "$ARTIFACTS_DEBUG_SYMBOLS" ]; then find install -name \*.so -exec $STRIP --strip-debug {} \; fi -# Test runs don't pull down the git tree, so put the dEQP helper -# script and associated bits there. git_sha=$(git rev-parse --short=10 HEAD) echo "$(cat VERSION) (git-$git_sha)" > install/VERSION + +# Test runs don't pull down the git tree, so put the dEQP helper +# script and associated bits there. cp -Rp .gitlab-ci/bare-metal install/ cp -Rp .gitlab-ci/common install/ cp -Rp .gitlab-ci/piglit install/