mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +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
0e293c4c98
commit
0f705fdb43
1 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,7 @@ variables:
|
|||
|
||||
stages:
|
||||
- build
|
||||
|
||||
default:
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
|
|
Loading…
Reference in a new issue