ci: De-duplicate build artifacts

Add an explicit dependency on the `build` job for `dist-tarball`,
so its artifacts are pulled in without re-exporting them from
the `distinfo` job.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3370>
(cherry picked from commit 9b20c96691)
This commit is contained in:
Florian Müllner 2024-06-13 19:08:42 +02:00
parent 385dfba17b
commit ef1f874c3b
No known key found for this signature in database

View file

@ -258,9 +258,6 @@ distinfo:
reports:
dotenv: dist.env
paths:
- build
- mutter
- subprojects/jasmine-gjs
- dist.env
rules:
- if: '$CI_COMMIT_TAG'
@ -285,6 +282,7 @@ dist:
dist-tarball:
extends: dist
needs:
- build
- distinfo
artifacts:
expose_as: 'Get tarball here'