From 42986fd9dcbfaa96e02182d3b572c537289badf6 Mon Sep 17 00:00:00 2001 From: Burak Hancerli <burak.hancerli@qt.io> Date: Thu, 11 Jul 2024 09:10:06 +0200 Subject: [PATCH] cicd: expire artifacts after one week to reduce the storage usage --- cicd/stages/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cicd/stages/build.yml b/cicd/stages/build.yml index aa52426..2ce1685 100644 --- a/cicd/stages/build.yml +++ b/cicd/stages/build.yml @@ -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 -- GitLab