From b13cf5e0a8639fd83f402067bc76f9191561602b Mon Sep 17 00:00:00 2001 From: Serge Bazanski <q3k@q3k.org> Date: Mon, 12 Jun 2023 16:05:46 +0200 Subject: [PATCH] ci: lower non-release artifact retention period --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a40e9c907c..f65b84b27e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ build-p1: artifacts: expose_as: 'Proto 1 ELF' paths: ['build/badge23.elf'] + expire_in: 5 hours build-p3: stage: build @@ -20,6 +21,7 @@ build-p3: artifacts: expose_as: 'Proto 3 ELF' paths: ['build/badge23.elf'] + expire_in: 5 hours build-p4: stage: build @@ -30,6 +32,7 @@ build-p4: artifacts: expose_as: 'Proto 4 ELF' paths: ['build/badge23.elf'] + expire_in: 5 hours build-p6: stage: build @@ -40,3 +43,4 @@ build-p6: artifacts: expose_as: 'Proto 6 ELF' paths: ['build/badge23.elf'] + expire_in: 5 hours -- GitLab