From bb6468571bf526bd7534d101c1265e1c89f25bde Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 20 Sep 2022 08:59:28 -0300 Subject: Use fdroidserver master for nightly publishing to fix wallet install bug --- wallet/.gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wallet/.gitlab-ci.yml') diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml index 405b582..aedecb0 100644 --- a/wallet/.gitlab-ci.yml +++ b/wallet/.gitlab-ci.yml @@ -29,6 +29,8 @@ wallet_deploy_nightly: # Rename APK, so fdroid nightly accepts it (looks for *-debug.apk) - mv wallet/build/outputs/apk/nightly/release/*.apk wallet-debug.apk # install fdroidserver and dependencies for nightly publishing - - apt update && apt-get -qy install --no-install-recommends fdroidserver openssh-client + - apt update && apt-get -qy install --no-install-recommends python3-pip openssh-client rsync + - python3 -m pip install --upgrade pip wheel setuptools + - python3 -m pip install git+https://gitlab.com/fdroid/fdroidserver.git - fdroid --version - CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v --archive-older 6 -- cgit v1.2.3