From ce443ce708b2aed4b523eec6fe90bfbacfa57ed5 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 13 Dec 2021 17:59:54 +0100 Subject: [PATCH] Reduce package expiration to two days Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0aa863b6..05fa9e1ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -253,7 +253,7 @@ package-app: only: - tags@framasoft/mobilizon artifacts: - expire_in: 30 days + expire_in: 2 days paths: - ${APP_ASSET} @@ -302,7 +302,7 @@ multi-arch-release: tags: - "privileged" artifacts: - expire_in: 30 days + expire_in: 2 days paths: - ${APP_ASSET} parallel: