gitlab-ci: expire artifacts after one day
This commit is contained in:
parent
7058881a2d
commit
8f413f824c
@ -19,6 +19,7 @@ build:
|
||||
untracked: true
|
||||
paths:
|
||||
- test
|
||||
expire_in: '1 day'
|
||||
|
||||
test:
|
||||
stage: test
|
||||
@ -31,3 +32,4 @@ test:
|
||||
artifacts:
|
||||
when: on_failure
|
||||
untracked: true
|
||||
expire_in: '1 day'
|
||||
|
Loading…
Reference in New Issue
Block a user