mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: friskies?⁶
This commit is contained in:
parent
a568c7eecd
commit
27305fe3fc
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
########################################
|
||||
|
|
Loading…
Add table
Reference in a new issue