Skip to content
Snippets Groups Projects
Verified Commit 42986fd9 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

cicd: expire artifacts after one week to reduce the storage usage

parent d49eac0b
No related branches found
No related tags found
No related merge requests found
Pipeline #73037 passed
...@@ -28,6 +28,7 @@ build-wasm: ...@@ -28,6 +28,7 @@ build-wasm:
- ${QDS_CI_ARTIFACTS_PATH} - ${QDS_CI_ARTIFACTS_PATH}
reports: reports:
dotenv: build.env dotenv: build.env
expire_in: 1 week
image: "git.qt.io:4567/design-studio/maintenance/docker-images/qt-full:${QDS_CI_QT_VERSION}" image: "git.qt.io:4567/design-studio/maintenance/docker-images/qt-full:${QDS_CI_QT_VERSION}"
script: script:
- mkdir -p ${QDS_CI_ARTIFACTS_PATH} - mkdir -p ${QDS_CI_ARTIFACTS_PATH}
...@@ -84,3 +85,4 @@ pages: ...@@ -84,3 +85,4 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
expire_in: 1 week
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