Update .gitlab-ci.yml

This commit is contained in:
PATware 2025-02-04 13:04:29 +01:00
parent e17344f3e1
commit 2a1ce1f71a

View File

@ -10,8 +10,8 @@ latest:
- apt update && apt install -y build-essential fakeroot devscripts apache2-dev - apt update && apt install -y build-essential fakeroot devscripts apache2-dev
- export DEBEMAIL="NOREPLY@`hostname -d`" - export DEBEMAIL="NOREPLY@`hostname -d`"
- mkdir -p builddir - mkdir -p builddir
- uscan --overwrite-download --destdir builddir - uscan --overwrite-download --destdir builddir --download-version $NC_VERSION
- cd ../nextcloud-server-29.0.11 - cd ../nextcloud-server-$NC_VERSION
- dpkg-buildpackage -rfakeroot - dpkg-buildpackage -rfakeroot
- cd - ; cp ../nextcloud-server_*.deb . - cd - ; cp ../nextcloud-server_*.deb .
artifacts: artifacts: