From 9edc7f95480bc13142336bcc0dba6a789d029641 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 3 Nov 2022 08:27:03 +0100 Subject: [PATCH] ci: Add expiration time for almost all artifacts --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f14af794..89fa61ca2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -201,7 +201,7 @@ test_api: tags: - docker artifacts: - when: always + expire_in: 2 weeks reports: junit: api/report.xml coverage_report: @@ -278,6 +278,7 @@ build_docs: tags: - docker artifacts: + expire_in: 2 weeks paths: - docs/schema.yml @@ -327,6 +328,7 @@ build_documentation: paths: - "$PIP_CACHE_DIR" artifacts: + expire_in: 2 weeks paths: - public rules: