]> 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:51:58 +0000 (11:51 +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.

.gitlab-ci.yml

index 3ac8480cec80d661c83c0088eec4b67df6eda721..111d673800f54f47540a527b7e34a81c692a3b6e 100644 (file)
@@ -442,7 +442,7 @@ docs:sid:amd64:
   artifacts:
     paths:
       - doc/arm/
-    expire_in: "1 day"
+    expire_in: "1 month"
 
 push:docs:sid:amd64:
   <<: *debian_sid_amd64_image