Skip to content
Snippets Groups Projects
Commit bf1a805c authored by Radu Popa's avatar Radu Popa Committed by GitHub
Browse files

feat: decrese the validity for biggest artifacts (#4970)

parent 3f3dc6e0
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment