mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
fix folder 2
This commit is contained in:
parent
2cf8088252
commit
fcd05eced0
@ -34,7 +34,7 @@ build development:
|
||||
artifacts:
|
||||
expire_in: 1 month
|
||||
paths:
|
||||
- /build/dev
|
||||
- build/dev
|
||||
|
||||
build beta:
|
||||
stage: build
|
||||
@ -43,7 +43,7 @@ build beta:
|
||||
artifacts:
|
||||
expire_in: 1 month
|
||||
paths:
|
||||
- /build/beta
|
||||
- build/beta
|
||||
|
||||
build production:
|
||||
stage: build
|
||||
@ -52,7 +52,7 @@ build production:
|
||||
artifacts:
|
||||
expire_in: 1 month
|
||||
paths:
|
||||
- /build/prod
|
||||
- build/prod
|
||||
|
||||
# deploy
|
||||
deploy review:
|
||||
|
Loading…
Reference in New Issue
Block a user