summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-03-22 11:32:21 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-03-22 11:32:21 -0600
commit56155c37e07029a51daecfc34014424edf908a43 (patch)
treeba1795704b7af3460b64c25d512ec8532c56e108 /.gitlab-ci.yml
parentb831e077174ae608d8cd09e532fc0e7ce1fe5c4f (diff)
downloadlibrsvg-56155c37e07029a51daecfc34014424edf908a43.tar.gz
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: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/815>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
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"'