From bf1a805c9eec3fa369683bd5229d829ad09ab011 Mon Sep 17 00:00:00 2001 From: radupopa2010 <radupopa2010@yahoo.com> Date: Tue, 22 Feb 2022 15:25:08 +0100 Subject: [PATCH] feat: decrese the validity for biggest artifacts (#4970) --- polkadot/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index dbc94776b3a..794e773ade3 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -353,7 +353,7 @@ build-rustdoc: artifacts: name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}-doc" when: on_success - expire_in: 7 days + expire_in: 1 days paths: - ./crate-docs/ script: @@ -430,6 +430,7 @@ publish-polkadot-image: reports: # this artifact is used in zombienet-tests job dotenv: ./artifacts/parachains.env + expire_in: 1 days publish-adder-collator-image: # service image for Simnet -- GitLab