ci: fix data deploy job for release

pull/2462/head
vdovhanych 2 years ago committed by matejcik
parent 6cf92fd748
commit 3300ed8905

@ -274,9 +274,6 @@ sync emulators to aws:
BUCKET: "data.trezor.io"
GIT_SUBMODULE_STRATEGY: "none"
before_script: [] # no poetry
needs:
- release legacy unix debug deploy
- release core unix debug deploy
script:
- source ${AWS_DEPLOY_DATA}
- aws s3 sync $DEPLOY_PATH s3://$BUCKET/dev/firmware/releases/emulators/

@ -300,6 +300,6 @@ Consists of **14 jobs** below:
### [sync emulators to aws](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L270)
### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L298)
### [common sync](https://github.com/trezor/trezor-firmware/blob/master/ci/deploy.yml#L295)
---

Loading…
Cancel
Save