diff options
author | Torsten Grote <t@grobox.de> | 2021-12-21 11:59:32 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2021-12-21 14:19:06 -0300 |
commit | 39482a5e72006cc64fc5b62286b312c029b1d8aa (patch) | |
tree | 54be26142f2d8e63d1777424979f5a6876d26843 /wallet | |
parent | 296586ede77806feefb11e826fb3ca8a304b9218 (diff) | |
download | taler-android-39482a5e72006cc64fc5b62286b312c029b1d8aa.tar.gz taler-android-39482a5e72006cc64fc5b62286b312c029b1d8aa.tar.bz2 taler-android-39482a5e72006cc64fc5b62286b312c029b1d8aa.zip |
Remove nightly patch for fdroidserver
Diffstat (limited to 'wallet')
-rw-r--r-- | wallet/.gitlab-ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml index 403d13e..405b582 100644 --- a/wallet/.gitlab-ci.yml +++ b/wallet/.gitlab-ci.yml @@ -28,9 +28,7 @@ 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 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 + # install fdroidserver and dependencies for nightly publishing + - apt update && apt-get -qy install --no-install-recommends fdroidserver openssh-client - 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 |