1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-25 16:38:08 +00:00

fix folder

This commit is contained in:
Vladimir Volek 2018-10-23 16:41:40 +02:00
parent 5acfaf7720
commit 2cf8088252

View File

@ -34,7 +34,7 @@ build development:
artifacts:
expire_in: 1 month
paths:
- /build
- /build/dev
build beta:
stage: build
@ -43,7 +43,7 @@ build beta:
artifacts:
expire_in: 1 month
paths:
- /build
- /build/beta
build production:
stage: build
@ -52,7 +52,7 @@ build production:
artifacts:
expire_in: 1 month
paths:
- /build
- /build/prod
# deploy
deploy review: