mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: Idk why dch ain't there by default anymore but meh, installing devscripts should solve the issue...
This commit is contained in:
parent
fca4cc7d3b
commit
244287bdd0
1 changed files with 1 additions and 0 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue