From c8f78dad5c8618c2814e89662f8593669a8ff0af Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 5 Feb 2022 15:42:45 +0000 Subject: [PATCH] Add an expiration to the archives --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41f46ec6a..852e341fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,6 +84,7 @@ build: reports: # To ensure we've access to these files in the next stage dotenv: generate_jars.env + expire_in: 1 day # third stage merge: @@ -103,6 +104,7 @@ merge: paths: # relative to the root directory - Merged + expire_in: 1 day ## forth stage