ci: add some boring debugging to have a clear view of where the .deb are -_-'

This commit is contained in:
Alexandre Aubin 2023-01-19 17:54:13 +01:00
parent 312ded8873
commit a658336476

View file

@ -17,6 +17,11 @@
- VERSION_NIGHTLY="${VERSION}+$(date +%Y%m%d%H%M)" - VERSION_NIGHTLY="${VERSION}+$(date +%Y%m%d%H%M)"
- dch --package "${PACKAGE}" --force-bad-version -v "${VERSION_NIGHTLY}" -D "unstable" --force-distribution "Daily build." - dch --package "${PACKAGE}" --force-bad-version -v "${VERSION_NIGHTLY}" -D "unstable" --force-distribution "Daily build."
- debuild --no-lintian -us -uc - 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 # BUILD DEB