5 Sep
2023
5 Sep
'23
2:45 p.m.
From: Giovanni Mascellani <gmascellani(a)codeweavers.com> 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 09506976..1ca9d795 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 -- GitLab https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/328