]> 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:47:41 +0000 (07:47 +0200)
(cherry picked from commit 85c0bede78522f6cc1ceaf8d1c2c1e5aae17263e)

.gitlab-ci.yml

index 27bfe5d5916f650d83e5abfffd5a85b47042e970..23101701c1f535221e11d1e943983ddaecf6a7ba 100644 (file)
@@ -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