diff options
author | Torsten Grote <t@grobox.de> | 2020-05-11 08:55:45 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-11 08:55:45 -0300 |
commit | 04ec034fdee134e676876909273875f1473fd9b0 (patch) | |
tree | a61e0a5c177ac3f4d5d93fe662e2a2874822160a | |
parent | 2a719e4e82a0e33c822a0b8e668a6a0312be1b6a (diff) | |
download | taler-android-04ec034fdee134e676876909273875f1473fd9b0.tar.gz taler-android-04ec034fdee134e676876909273875f1473fd9b0.tar.bz2 taler-android-04ec034fdee134e676876909273875f1473fd9b0.zip |
[wallet] try to keep only last 5 versions in nightly repo
The wallet APK is huge and 20 versions take up to much space
and prevent the repo to be published to the Gitlab Pages mirror.
-rw-r--r-- | wallet/.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml index 75a4c20..1da4e64 100644 --- a/wallet/.gitlab-ci.yml +++ b/wallet/.gitlab-ci.yml @@ -41,4 +41,4 @@ wallet_deploy_nightly: - apt update && apt install patch - patch /usr/lib/python3/dist-packages/fdroidserver/nightly.py nightly-stats.patch # END - - CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v + - CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v --archive-older 5 |