ci(gl): expires job artifacts

- https://docs.gitlab.com/ee/user/usage_quotas.html
This commit is contained in:
Ming Di Leom 2022-08-09 00:13:21 +00:00
parent b3808e21d3
commit e4f6a099ea
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ build_job:
paths: paths:
- tmp - tmp
- public - public
expire_in: 1 week
pages: pages:
stage: deploy stage: deploy
@ -36,6 +37,7 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
expire_in: 1 week
cloudflare: cloudflare:
stage: deploy stage: deploy