From d4f525ccbff7cf552b5566b34aa4c0809d07e108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Fri, 11 Aug 2023 10:26:40 +0200 Subject: [PATCH] ci: add expiration date for build artifacts --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb7391eb7..1a7bf2db0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ build-poet: # This job runs in the build stage, which runs first. artifacts: paths: - build + expire_in: 1 day test-poet: stage: test