mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
9516946de5
commit
d8e493367d
1 changed files with 1 additions and 3 deletions
|
|
@ -272,9 +272,6 @@ distinfo:
|
|||
reports:
|
||||
dotenv: dist.env
|
||||
paths:
|
||||
- build
|
||||
- mutter
|
||||
- subprojects/jasmine-gjs
|
||||
- dist.env
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG'
|
||||
|
|
@ -299,6 +296,7 @@ dist:
|
|||
dist-tarball:
|
||||
extends: dist
|
||||
needs:
|
||||
- build
|
||||
- distinfo
|
||||
artifacts:
|
||||
expose_as: 'Get tarball here'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue