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.
This commit is contained in:
Giovanni Mascellani 2023-09-05 16:24:37 +02:00 committed by Alexandre Julliard
parent d72c91ef97
commit 3113f167ba
Notes: Alexandre Julliard 2023-09-14 22:20:40 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/328

View File

@ -21,7 +21,6 @@
- if [ -f pipeline_failed ] ; then exit 1 ; fi - if [ -f pipeline_failed ] ; then exit 1 ; fi
artifacts: artifacts:
when: always when: always
expire_in: 1 day
paths: paths:
- artifacts - artifacts