gitlab-ci: expire artifacts after one day

This commit is contained in:
Danny Robson 2018-07-19 14:54:51 +10:00
parent 7058881a2d
commit 8f413f824c

View File

@ -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'