From 516f2200ca2ab320b06ed04c143a74f38f246cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 14 Apr 2021 14:42:43 +0200 Subject: [PATCH] Restrict build artifact storage duration --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdeadb90f..4a412569f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -234,7 +234,7 @@ build-theodolite-jvm: paths: - "theodolite-quarkus/build/lib/*" - "theodolite-quarkus/build/*-runner.jar" - expire_in: 1 day + expire_in: 6 hours build-theodolite-native: stage: build @@ -245,7 +245,7 @@ build-theodolite-native: artifacts: paths: - "theodolite-quarkus/build/*-runner" - expire_in: 1 day + expire_in: 6 hours test-theodolite: stage: test -- GitLab