1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

Expire artifacts in one week

This commit is contained in:
Vladimir Volek 2018-10-25 16:00:29 +02:00
parent 2ab0120e21
commit b259075a83

View File

@ -32,7 +32,7 @@ build development:
- yarn install
- yarn run build:dev
artifacts:
expire_in: 1 month
expire_in: 1 week
paths:
- build/dev
@ -42,7 +42,7 @@ build beta:
- yarn install
- yarn run build:beta
artifacts:
expire_in: 1 month
expire_in: 1 week
paths:
- build/beta
- scripts/s3sync.sh
@ -53,7 +53,7 @@ build stable:
- yarn install
- yarn run build:stable
artifacts:
expire_in: 1 month
expire_in: 1 week
paths:
- build/stable
- scripts/s3sync.sh