From 56155c37e07029a51daecfc34014424edf908a43 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 22 Mar 2023 11:32:21 -0600 Subject: CI: expire all documentation artifacts I'm not sure if they were being kept around indefinitely after being deployed to the web site. Part-of: --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47ecfd8e..fcbb5731 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -390,7 +390,6 @@ cargo_bench: - target/criterion expire_in: 1 week - msys2-mingw64: stage: acceptance test tags: @@ -445,6 +444,7 @@ reference: artifacts: paths: - public + expire_in: 1 day devel-docs: extends: @@ -460,6 +460,7 @@ devel-docs: artifacts: paths: - public + expire_in: 1 day pages: stage: docs @@ -481,5 +482,6 @@ pages: artifacts: paths: - public + expire_in: 1 day rules: - if: '$CI_COMMIT_BRANCH == "main"' -- cgit v1.2.1