Merge branch 'vojta001/ci-artifacts' into 'master'

Shorten CI artifacts expirations

See merge request patek-devs/patek.cz!37
This commit is contained in:
Vojtěch Káně 2020-09-29 11:32:24 +00:00
commit f819d6108a

View File

@ -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