Skip to content

ci-package-builder: Fix snapshot upload

Emanuele Aina requested to merge wip/em/fix-snapshot-upload into master

Commit 31726673 "Automatically tag and upload if the changelog does not say UNRELEASED" broke non-release uploads since the merged upload job only sourced artifacts from the tag-release job.

To fix that, add the build-source in the dependencies: with tag-release and disambiguate the _build directories from the two stages to avoid confusing ci-obs-upload by having two .dsc files.

Merge request reports