]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Increase lifetime of docs:sid:amd64 artifacts
authorMichał Kępień <michal@isc.org>
Thu, 20 Feb 2020 10:51:58 +0000 (11:51 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 20 Feb 2020 10:53:23 +0000 (11:53 +0100)
Artifacts generated by the docs:sid:amd64 job need to be retained longer
than for other jobs as they are used for building bind.isc.org contents.
If these artifacts are removed too quickly, pipelines in the pages/bind
GitLab project start failing, preventing content updates from being
published.  Increase lifetime of the relevant job artifacts to prevent
this from happening.

(cherry picked from commit 9751ba5a7568a550e62096661515ebc1c2efe3a4)

.gitlab-ci.yml

index 7e321eaa703a6cac4d3e8bbef800dfc69bb8303d..6f4ff36df8c4f89a9d305860f95048725396c245 100644 (file)
@@ -423,7 +423,7 @@ docs:sid:amd64:
   artifacts:
     paths:
       - doc/arm/
-    expire_in: "1 day"
+    expire_in: "1 month"
 
 push:docs:sid:amd64:
   <<: *debian_sid_amd64_image