From 9e3b6ec419d06a62cf864321de7aa57008be2998 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Mon, 13 Dec 2021 17:59:54 +0100
Subject: [PATCH] Reduce package expiration to two days

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 .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: