Skip to content
Snippets Groups Projects

ci-package-builder: Use the right package name on pull-updates

Merged Emanuele Aina requested to merge wip/em/fix-package-name-on-pull-updates into master
All threads resolved!
+ 3
2
@@ -91,10 +91,11 @@ pull-updates:
only:
- /^debian\//
script:
- PACKAGE=$(dpkg-parsechangelog -SSource || echo "$CI_PROJECT_NAME")
- >
apertis-pkg-pull-updates
--package=${CI_PROJECT_NAME}
--upstream=${UPSTREAM_RELEASE}
--package=${PACKAGE}
--upstream=${UPSTREAM_RELEASE##*/}
--mirror=${DEBIAN_MIRROR}
- |
if [ -f .git/refs/heads/pristine-lfs ] ; then
Loading