From 2a1ce1f71aeb0cc9411081480907abbc304f63d1 Mon Sep 17 00:00:00 2001 From: PATware Date: Tue, 4 Feb 2025 13:04:29 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18270c6..d362b3b 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 - - cd ../nextcloud-server-29.0.11 + - uscan --overwrite-download --destdir builddir --download-version $NC_VERSION + - cd ../nextcloud-server-$NC_VERSION - dpkg-buildpackage -rfakeroot - cd - ; cp ../nextcloud-server_*.deb . artifacts: