ci/build: stop uploading python-artifacts to gitlab artifacts

Everyone uses the S3 bucket for artifacts now.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34795>
This commit is contained in:
Eric Engestrom 2025-03-04 21:40:38 +01:00 committed by Marge Bot
parent a8e282b0c0
commit 909d41ef89

View file

@ -839,3 +839,5 @@ python-artifacts:
timeout: 10m
script:
- .gitlab-ci/prepare-artifacts-python.sh
# Nothing uses the gitlab artifacts from this job anymore, stop uploading it
artifacts: null