mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: add some boring debugging to have a clear view of where the .deb are -_-'
This commit is contained in:
parent
312ded8873
commit
a658336476
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
- VERSION_NIGHTLY="${VERSION}+$(date +%Y%m%d%H%M)"
|
||||
- dch --package "${PACKAGE}" --force-bad-version -v "${VERSION_NIGHTLY}" -D "unstable" --force-distribution "Daily build."
|
||||
- debuild --no-lintian -us -uc
|
||||
- ls -l
|
||||
- ls -l ../
|
||||
- ls -l $YNH_BUILD_DIR
|
||||
- ls -l $YNH_BUILD_DIR/$PACKAGE/
|
||||
- ls -l $YNH_BUILD_DIR/*.deb
|
||||
|
||||
########################################
|
||||
# BUILD DEB
|
||||
|
|
Loading…
Add table
Reference in a new issue