Skip to content

Backport v2022 <- v2024dev3: Specify job dependency to avoid unneeded artifacts

Walter Lozano requested to merge wip/wlozano/separation-v2022 into apertis/v2022

Backport !32 (merged)

By default Gitlab will use the artifacts of all the previous stages, causing the archive created at the pack stage to include unneeded files. This creates confusion and increases the size of the tarball.

To overcome this issue, specify which are the artifacts we are interested.

apertis-issues#427 (closed)

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Edited by Walter Lozano

Merge request reports