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:
parent
92f78a2a06
commit
9b20c96691
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user