From 64f55f39725c8cecb926f37f4da30ef54c08454e Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 4 Jun 2026 04:23:10 -0500 Subject: [PATCH] Revert "Update .gitlab-ci.yml" This reverts commit 2a1ce1f71aeb0cc9411081480907abbc304f63d1 because that change uses a variable which is never defined (NC_VERSION), which breaks the CI build on GitLab. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8c759e..a5af90f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: