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:
|
reports:
|
||||||
dotenv: dist.env
|
dotenv: dist.env
|
||||||
paths:
|
paths:
|
||||||
- build
|
|
||||||
- mutter
|
|
||||||
- subprojects/jasmine-gjs
|
|
||||||
- dist.env
|
- dist.env
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG'
|
- if: '$CI_COMMIT_TAG'
|
||||||
@ -302,6 +299,7 @@ dist:
|
|||||||
dist-tarball:
|
dist-tarball:
|
||||||
extends: dist
|
extends: dist
|
||||||
needs:
|
needs:
|
||||||
|
- build
|
||||||
- distinfo
|
- distinfo
|
||||||
artifacts:
|
artifacts:
|
||||||
expose_as: 'Get tarball here'
|
expose_as: 'Get tarball here'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user