]> 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>
Wed, 9 Oct 2019 19:46:48 +0000 (21:46 +0200)
.gitlab-ci.yml

index d5e7d205c02fd13861cf8731c008eed2c381af26..bc49880eb0cd0546309bb0f42a6989a8c085cdd2 100644 (file)
@@ -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