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