summaryrefslogtreecommitdiff
path: root/merchant-terminal/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-01-17 14:19:28 -0300
committerTorsten Grote <t@grobox.de>2023-01-17 14:19:28 -0300
commit438c413136ff49533d9af5f9889dcd0c8b7d9e58 (patch)
tree48c090f18ead3d886b4327abf65dec0345094449 /merchant-terminal/.gitlab-ci.yml
parent6622f7d7cf6a309af085a2fd1dea21c5ee6826d5 (diff)
downloadtaler-android-438c413136ff49533d9af5f9889dcd0c8b7d9e58.tar.gz
taler-android-438c413136ff49533d9af5f9889dcd0c8b7d9e58.tar.bz2
taler-android-438c413136ff49533d9af5f9889dcd0c8b7d9e58.zip
[pos] use fdroid nightly fix as well
Already used for cashier. The wallet uses fdroidserver master.
Diffstat (limited to 'merchant-terminal/.gitlab-ci.yml')
-rw-r--r--merchant-terminal/.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/merchant-terminal/.gitlab-ci.yml b/merchant-terminal/.gitlab-ci.yml
index 79e5874..b756a37 100644
--- a/merchant-terminal/.gitlab-ci.yml
+++ b/merchant-terminal/.gitlab-ci.yml
@@ -44,5 +44,7 @@ merchant_deploy_nightly:
- mv merchant-terminal/build/outputs/apk/release/*.apk merchant-terminal-debug.apk
# install fdroidserver and dependencies for nightly publishing
- apt update && apt-get -qy install --no-install-recommends fdroidserver openssh-client
+ # backport fix from https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1078
+ - sed -e '/common.apk_strip_v1_signatures/ s/^#*/#/' -i /usr/lib/python3/dist-packages/fdroidserver/nightly.py
- fdroid --version
- CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v