From 3113f167babdf657618915234a60421fb728c699 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Tue, 5 Sep 2023 16:24:37 +0200 Subject: [PATCH] ci: Do not drop artifacts after 1 day. There is no point in using such a short timeout. We trust the GitLab instance to already have a sensible default. --- gitlab/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab/build.yml b/gitlab/build.yml index 3b67f93e..0eac7722 100644 --- a/gitlab/build.yml +++ b/gitlab/build.yml @@ -21,7 +21,6 @@ - if [ -f pipeline_failed ] ; then exit 1 ; fi artifacts: when: always - expire_in: 1 day paths: - artifacts