From: Ondřej Surý Date: Wed, 9 Oct 2019 19:34:18 +0000 (+0200) Subject: Synchronize the lifetime of artifact to 1 week X-Git-Tag: v9.15.6~64^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c0bede78522f6cc1ceaf8d1c2c1e5aae17263e;p=thirdparty%2Fbind9.git Synchronize the lifetime of artifact to 1 week --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5e7d205c02..bc49880eb0c 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 \ @@ -173,7 +173,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 @@ -816,7 +816,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