mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
afb965b114
commit
344bc3094d
1 changed files with 4 additions and 0 deletions
|
|
@ -8,3 +8,7 @@ variables:
|
|||
|
||||
stages:
|
||||
- build
|
||||
|
||||
default:
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue