]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Synchronize the lifetime of artifact to 1 week
authorOndřej Surý <ondrej@sury.org>
Wed, 9 Oct 2019 19:34:18 +0000 (21:34 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 10 Oct 2019 05:48:37 +0000 (07:48 +0200)
(cherry picked from commit 85c0bede78522f6cc1ceaf8d1c2c1e5aae17263e)

.gitlab-ci.yml

index e54b6977c62c4ac6b341ed70bd4209a8271f0035..855651c1f8078027e027109006949ef1995da022 100644 (file)
@@ -134,7 +134,7 @@ stages:
     - autoreconf -fi
   artifacts:
     untracked: true
-    expire_in: "1 hour"
+    expire_in: "1 week"
 
 .configure: &configure |
     ./configure \
@@ -167,7 +167,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
@@ -790,7 +790,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