Skip to content
Snippets Groups Projects
Verified Commit 49550e4a authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

ci: prevent retention of old artifacts

parent ed2c3f12
No related branches found
No related tags found
No related merge requests found
Pipeline #6808 passed
......@@ -32,6 +32,7 @@ tex-compile:
name: "$CI_PROJECT_NAME-$CI_COMMIT_SHA"
paths:
- "*/*/*.pdf"
expire_in: 12 hours
only:
- master
......@@ -45,6 +46,7 @@ pages:
artifacts:
paths:
- public
expire_in: 12 hours
only:
- master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment