Expire artifacts after 1 days by default

There's no need to let these artifacts pile up since the only ones that
will be relevant to non-programmers are the latest from any given ref.
This commit is contained in:
Eidolon 2024-05-16 15:42:04 -05:00
parent 0e293c4c98
commit 0f705fdb43

View file

@ -8,3 +8,7 @@ variables:
stages:
- build
default:
artifacts:
expire_in: 1 day