From 540f25194b27ecc41b3401a46586676b88758303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 9 Oct 2019 21:34:18 +0200 Subject: [PATCH] Synchronize the lifetime of artifact to 1 week (cherry picked from commit 85c0bede78522f6cc1ceaf8d1c2c1e5aae17263e) --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27bfe5d591..23101701c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,7 +142,7 @@ stages: - autoreconf -fi artifacts: untracked: true - expire_in: "1 hour" + expire_in: "1 week" .configure: &configure | ./configure \ @@ -174,7 +174,7 @@ stages: - autoreconf:sid:amd64 artifacts: untracked: true - expire_in: "1 hour" + expire_in: "1 week" .setup_interfaces: &setup_interfaces | if [ "$(id -u)" -eq "0" ]; then @@ -771,7 +771,7 @@ msvc:windows:amd64: - '& msbuild.exe /maxCpuCount:2 /t:Build /p:Configuration=$VSCONF bind9.sln' artifacts: untracked: true - expire_in: "1 hour" + expire_in: "1 week" system:msvc:windows:amd64: stage: system