taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit bb6468571bf526bd7534d101c1265e1c89f25bde
parent d03e2da37768cb3cdfe74774bc96d7b4d6c5acd7
Author: Torsten Grote <t@grobox.de>
Date:   Tue, 20 Sep 2022 08:59:28 -0300

Use fdroidserver master for nightly publishing

to fix wallet install bug

Diffstat:
Mwallet/.gitlab-ci.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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