mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
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:
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
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user