Revert "Update .gitlab-ci.yml"

This reverts commit 2a1ce1f71a because that change uses a variable which is never defined (NC_VERSION), which breaks the CI build on GitLab.
This commit is contained in:
2026-06-04 04:23:10 -05:00
parent f799b77b54
commit 64f55f3972
+2 -2
View File
@@ -10,8 +10,8 @@ latest:
- apt update && apt install -y build-essential fakeroot devscripts apache2-dev
- export DEBEMAIL="NOREPLY@`hostname -d`"
- mkdir -p builddir
- uscan --overwrite-download --destdir builddir --download-version $NC_VERSION
- cd ../nextcloud-server-$NC_VERSION
- uscan --overwrite-download --destdir builddir
- cd ../nextcloud-server-29.0.11
- dpkg-buildpackage -rfakeroot
- cd - ; cp ../nextcloud-server_*.deb .
artifacts: