From 621aebe0467937ead0df9790c926d4516b195a6a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 21 Apr 2025 21:45:23 +0200 Subject: [PATCH] ci/build: drop unused VERSION from python-artifacts Part-of: --- .gitlab-ci/prepare-artifacts-python.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/prepare-artifacts-python.sh b/.gitlab-ci/prepare-artifacts-python.sh index 5d8a3cb4295..83ab1bd9094 100755 --- a/.gitlab-ci/prepare-artifacts-python.sh +++ b/.gitlab-ci/prepare-artifacts-python.sh @@ -14,7 +14,6 @@ mkdir -p artifacts/ # Test runs don't pull down the git tree, so put the dEQP helper # script and associated bits there. -echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" > artifacts/VERSION cp -Rp .gitlab-ci/report-flakes.py artifacts/ cp -Rp .gitlab-ci/setup-test-env.sh artifacts/ cp -Rp .gitlab-ci/common artifacts/ci-common