Reduce package expiration to two days

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-12-13 17:59:54 +01:00 committed by tykayn
parent 0136bb7f87
commit ce443ce708
1 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ package-app:
only: only:
- tags@framasoft/mobilizon - tags@framasoft/mobilizon
artifacts: artifacts:
expire_in: 30 days expire_in: 2 days
paths: paths:
- ${APP_ASSET} - ${APP_ASSET}
@ -302,7 +302,7 @@ multi-arch-release:
tags: tags:
- "privileged" - "privileged"
artifacts: artifacts:
expire_in: 30 days expire_in: 2 days
paths: paths:
- ${APP_ASSET} - ${APP_ASSET}
parallel: parallel: