Only run source builds for apertis/* branches
Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
Loading
-
This apparently broke the upload to OBS since
CI_COMMIT_TAG
is present only when building tags and that's what theci-buildpackage
uses to detect whether it must mark the uploaded package asUNRELEASED
and append a~
to the version.- I pushed commits and the tag to the
apertis/v2019pre
branch - the pipeline got started for the branch, not for the commit
-
CI_COMMIT_TAG
is thus not set - the scripts adds
UNRELEASED
todebian/changelog
and appends~
to the version, assuming it is a pre-release push instead of uploading a proper release version to OBS - sadness ensues
Edited by Emanuele Aina - I pushed commits and the tag to the
-
mentioned in merge request !3 (merged)
Please register or sign in to comment