From 41f6fb88129fbff2134645a3700418ac89dc2d4c Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 12 Oct 2021 11:13:43 -0300 Subject: fix nightly builds --- cashier/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cashier') diff --git a/cashier/.gitlab-ci.yml b/cashier/.gitlab-ci.yml index 6330c91..57c9971 100644 --- a/cashier/.gitlab-ci.yml +++ b/cashier/.gitlab-ci.yml @@ -39,8 +39,8 @@ cashier_deploy_nightly: - ./gradlew :cashier:assembleRelease # Rename APK, so fdroid nightly accepts it (looks for *-debug.apk) - mv cashier/build/outputs/apk/release/*.apk cashier-debug.apk - # START only needed while patch not accepted/released upstream - - apt update && apt install patch + # START only needed while fdroidserver and patch not accepted/released upstream + - apt update && apt-get -qy install --no-install-recommends fdroidserver openssh-client patch - patch /usr/lib/python3/dist-packages/fdroidserver/nightly.py nightly-stats.patch # END - CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v -- cgit v1.2.3