ci: friskies?⁶

This commit is contained in:
Alexandre Aubin 2023-01-19 18:48:44 +01:00
parent a568c7eecd
commit 27305fe3fc
2 changed files with 2 additions and 7 deletions

View file

@ -37,7 +37,7 @@ workflow:
- when: always
variables:
YNH_BUILD_DIR: "$PWD/ynh-build"
YNH_BUILD_DIR: "/ynh-build"
include:
- template: Code-Quality.gitlab-ci.yml

View file

@ -17,12 +17,7 @@
- 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
- cp ./*.deb ${CI_PROJECT_DIR}/
- cp $YNH_BUILD_DIR/*.deb ${CI_PROJECT_DIR}/
- cd ${CI_PROJECT_DIR}
########################################