mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
Added missing param
This commit is contained in:
parent
ad183068e1
commit
29d5d2ca26
@ -84,7 +84,7 @@ deploy stage beta:
|
||||
dependencies:
|
||||
- build beta
|
||||
script:
|
||||
- scripts/s3sync.sh beta
|
||||
- scripts/s3sync.sh stage beta
|
||||
only:
|
||||
- beta
|
||||
tags:
|
||||
@ -100,7 +100,7 @@ deploy stage stable:
|
||||
dependencies:
|
||||
- build stable
|
||||
script:
|
||||
- scripts/s3sync.sh stable
|
||||
- scripts/s3sync.sh stage stable
|
||||
only:
|
||||
- stable
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user