gitlab CI: expire the results.xml artifacts
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 27 Feb 2020 23:33:45 +0000 (09:33 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 6 Mar 2020 03:32:01 +0000 (13:32 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/gitlab-ci.tmpl

index 437c33a..fa8457f 100644 (file)
@@ -150,6 +150,7 @@ check-commit:
   variables:
     GIT_DEPTH: 100
   artifacts:
+    expire_in: 1 week
     when: on_failure
     paths:
       - results.xml
index 4e5b3e0..8767529 100644 (file)
@@ -134,6 +134,7 @@ check-commit:
   variables:
     GIT_DEPTH: 100
   artifacts:
+    expire_in: 1 week
     when: on_failure
     paths:
       - results.xml