commit 04ec034fdee134e676876909273875f1473fd9b0
parent 2a719e4e82a0e33c822a0b8e668a6a0312be1b6a
Author: Torsten Grote <t@grobox.de>
Date: Mon, 11 May 2020 08:55:45 -0300
[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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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