gitlab CI: expire the results.xml artifacts

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-02-28 09:33:45 +10:00
parent fcaa579bd0
commit 59a9c6c5fb
2 changed files with 2 additions and 0 deletions

View file

@ -150,6 +150,7 @@ check-commit:
variables:
GIT_DEPTH: 100
artifacts:
expire_in: 1 week
when: on_failure
paths:
- results.xml

View file

@ -134,6 +134,7 @@ check-commit:
variables:
GIT_DEPTH: 100
artifacts:
expire_in: 1 week
when: on_failure
paths:
- results.xml