Shorten CI artifacts expirations
Our CI artifacts currently take up over 2GB, which is A LOT given they can easily be rebuilt later.
This commit is contained in:
parent
90357b5e2c
commit
667d7e75a4
@ -37,7 +37,7 @@ build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
expire_in: 3 months
|
expire_in: 1 week
|
||||||
only:
|
only:
|
||||||
- production
|
- production
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ test:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
expire_in: 1 month
|
expire_in: 3 days
|
||||||
firebase-deploy:
|
firebase-deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: andreysenov/firebase-tools
|
image: andreysenov/firebase-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user