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>
This commit is contained in:
Florian Müllner 2024-06-13 19:08:42 +02:00
parent 92f78a2a06
commit 9b20c96691

View File

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