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