From 04ec034fdee134e676876909273875f1473fd9b0 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 11 May 2020 08:55:45 -0300 Subject: [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. --- wallet/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallet/.gitlab-ci.yml') 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 -- cgit v1.2.3