Module: vkd3d Branch: master Commit: 3113f167babdf657618915234a60421fb728c699 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/3113f167babdf657618915234a6042...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Tue Sep 5 16:24:37 2023 +0200
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