Skip to content
Snippets Groups Projects
Commit 7d052235 authored by René Schöne's avatar René Schöne
Browse files

Add CI artifact expiration

parent c7cc46c9
Branches dev
No related tags found
1 merge request!39Version 1.1.0
Pipeline #17178 passed
Pipeline: RagConnect Dev Pages

#17179

    ......@@ -84,6 +84,7 @@ ragdoc_build:
    artifacts:
    paths:
    - "data/"
    expire_in: 1 week
    ragdoc_view:
    image:
    ......@@ -100,6 +101,7 @@ ragdoc_view:
    artifacts:
    paths:
    - "pages/docs/ragdoc"
    expire_in: 1 week
    build_cloc:
    image: "alpine:latest"
    ......@@ -112,6 +114,7 @@ build_cloc:
    artifacts:
    paths:
    - pages/docs/cloc.md
    expire_in: 1 week
    .pages-template:
    image: python:3.10.0-bullseye
    ......@@ -136,6 +139,7 @@ pages:
    artifacts:
    paths:
    - public/
    expire_in: 1 week
    only:
    - master
    ......@@ -149,6 +153,7 @@ pages-dev:
    - public/
    reports:
    dotenv: build.env
    expire_in: 1 week
    only:
    - dev
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment