From 53cd2ff524533cdaa0ea3dbbe6f94f70a4a68bf0 Mon Sep 17 00:00:00 2001 From: Michal Horejsek Date: Fri, 25 Sep 2020 11:29:45 +0200 Subject: [PATCH] CI artifacts only for a day --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff3c35d6..dba16a39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,9 @@ dependency-updates: script: - make build artifacts: - expire_in: 2 week + # Note: The latest artifacts for refs are locked against deletion, and kept regardless of the expiry time. + # Introduced in GitLab 13.0 behind a disabled feature flag, and made the default behavior in GitLab 13.4. + expire_in: 1 day build-linux: extends: .build-base