mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 21:30:56 +00:00
ci: remove darwin emulator deploy
We'll use trezor user env for that.
This commit is contained in:
parent
dfd93b6759
commit
fd90bb9d10
@ -206,25 +206,6 @@ release legacy unix debug deploy:
|
||||
tags:
|
||||
- deploy
|
||||
|
||||
release core macos debug deploy:
|
||||
stage: deploy
|
||||
variables:
|
||||
DEPLOY_PATH: "${DEPLOY_BASE_DIR}/releases/emulators/macos"
|
||||
before_script: [] # no poetry
|
||||
needs:
|
||||
- core unix frozen debug build
|
||||
script:
|
||||
- export VERSION=$(./tools/version.sh core/embed/firmware/version.h)
|
||||
- DEST="$DEPLOY_PATH/trezor-emu-macos-$VERSION-$CI_COMMIT_SHORT_SHA"
|
||||
- echo "Deploying to $DEST"
|
||||
- rsync --delete -va core/build/unix/trezor-emu-core "$DEST"
|
||||
only:
|
||||
- /^core\//
|
||||
except:
|
||||
- branches # run for tags only
|
||||
tags:
|
||||
- deploy
|
||||
|
||||
# UI tests
|
||||
|
||||
ui tests core fixtures deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user