ci/build: no need to list all the files that will go into the uploaded artifact
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34120>
This commit is contained in:
committed by
Marge Bot
parent
a47b2e3ad7
commit
6ee58c19e5
@@ -52,7 +52,7 @@ cp -Rp .gitlab-ci/*.txt artifacts/
|
||||
if [ -n "$S3_ARTIFACT_NAME" ]; then
|
||||
# Pass needed files to the test stage
|
||||
S3_ARTIFACT_TAR="$S3_ARTIFACT_NAME.tar.zst"
|
||||
tar cv artifacts/ | zstd -o "${S3_ARTIFACT_TAR}"
|
||||
tar c artifacts/ | zstd -o "${S3_ARTIFACT_TAR}"
|
||||
ci-fairy s3cp --token-file "${S3_JWT_FILE}" "${S3_ARTIFACT_TAR}" "https://${PIPELINE_ARTIFACTS_BASE}/${S3_ARTIFACT_TAR}"
|
||||
rm "${S3_ARTIFACT_TAR}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user