diff options
author | Torsten Grote <t@grobox.de> | 2021-10-12 11:13:43 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2021-10-12 12:30:32 -0300 |
commit | 41f6fb88129fbff2134645a3700418ac89dc2d4c (patch) | |
tree | 6e45cc4b2c3c1af77a2d7c87941cb10e3588e5cc /wallet | |
parent | 365f44587ba9104c6506b1560f7649b0ad18a635 (diff) | |
download | taler-android-41f6fb88129fbff2134645a3700418ac89dc2d4c.tar.gz taler-android-41f6fb88129fbff2134645a3700418ac89dc2d4c.tar.bz2 taler-android-41f6fb88129fbff2134645a3700418ac89dc2d4c.zip |
fix nightly builds
Diffstat (limited to 'wallet')
-rw-r--r-- | wallet/.gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml index 67de977..403d13e 100644 --- a/wallet/.gitlab-ci.yml +++ b/wallet/.gitlab-ci.yml @@ -28,8 +28,8 @@ 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 + # 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 -b /usr/lib/python3/dist-packages/fdroidserver/nightly.py nightly-stats.patch # END - fdroid --version |