From 5111dca8421891f656c7091bceaf2bc841e38ffe Mon Sep 17 00:00:00 2001 From: "Fifo F." Date: Thu, 27 Jun 2024 14:24:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml: change artifact expiry to 7 days from 30 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7c2e2f..74b6364 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ build: artifacts: paths: - $ARCHIVED_IMAGE - expire_in: 30 days + expire_in: 7 days push: stage: push @@ -44,4 +44,4 @@ push: artifacts: paths: - $ARCHIVED_IMAGE - expire_in: 30 days \ No newline at end of file + expire_in: 7 days \ No newline at end of file