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