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:
- ${QDS_CI_ARTIFACTS_PATH}
reports:
dotenv: build.env
expire_in: 1 week
image: "git.qt.io:4567/design-studio/maintenance/docker-images/qt-full:${QDS_CI_QT_VERSION}"
script:
- mkdir -p ${QDS_CI_ARTIFACTS_PATH}
......@@ -84,3 +85,4 @@ pages:
artifacts:
paths:
- 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