ci: Idk why dch ain't there by default anymore but meh, installing devscripts should solve the issue...

This commit is contained in:
Alexandre Aubin 2021-11-12 21:31:11 +01:00
parent fca4cc7d3b
commit 244287bdd0

View file

@ -11,6 +11,7 @@
- $YNH_BUILD_DIR/*.deb
.build_script: &build_script
- DEBIAN_FRONTEND=noninteractive apt --assume-yes -o Dpkg::Options::="--force-confold" install devscripts --no-install-recommends
- cd $YNH_BUILD_DIR/$PACKAGE
- VERSION=$(dpkg-parsechangelog -S Version 2>/dev/null)
- VERSION_NIGHTLY="${VERSION}+$(date +%Y%m%d%H%M)"