1
0
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:
Vladimir Volek 2018-10-25 15:53:02 +02:00
parent ad183068e1
commit 29d5d2ca26

View File

@ -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: