mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-25 16:38:08 +00:00
fix folder
This commit is contained in:
parent
5acfaf7720
commit
2cf8088252
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user