ci: Add expiration time for almost all artifacts
This commit is contained in:
parent
09e1aa6f73
commit
9edc7f9548
|
@ -201,7 +201,7 @@ test_api:
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
expire_in: 2 weeks
|
||||||
reports:
|
reports:
|
||||||
junit: api/report.xml
|
junit: api/report.xml
|
||||||
coverage_report:
|
coverage_report:
|
||||||
|
@ -278,6 +278,7 @@ build_docs:
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
artifacts:
|
artifacts:
|
||||||
|
expire_in: 2 weeks
|
||||||
paths:
|
paths:
|
||||||
- docs/schema.yml
|
- docs/schema.yml
|
||||||
|
|
||||||
|
@ -327,6 +328,7 @@ build_documentation:
|
||||||
paths:
|
paths:
|
||||||
- "$PIP_CACHE_DIR"
|
- "$PIP_CACHE_DIR"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
expire_in: 2 weeks
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Reference in New Issue