summaryrefslogtreecommitdiff
path: root/wallet/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/.gitlab-ci.yml')
-rw-r--r--wallet/.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml
index 67de977..aedecb0 100644
--- a/wallet/.gitlab-ci.yml
+++ b/wallet/.gitlab-ci.yml
@@ -28,9 +28,9 @@ wallet_deploy_nightly:
- ./gradlew :wallet:assembleNightlyRelease
# Rename APK, so fdroid nightly accepts it (looks for *-debug.apk)
- mv wallet/build/outputs/apk/nightly/release/*.apk wallet-debug.apk
- # START only needed while patch not accepted/released upstream
- - apt update && apt install patch
- - patch -b /usr/lib/python3/dist-packages/fdroidserver/nightly.py nightly-stats.patch
- # END
+ # install fdroidserver and dependencies for nightly publishing
+ - 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