From fd90bb9d10cd9c54ab9715afd88efe64712464dc Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 30 Oct 2020 11:28:40 +0100 Subject: [PATCH] ci: remove darwin emulator deploy We'll use trezor user env for that. --- ci/deploy.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ci/deploy.yml b/ci/deploy.yml index cc452c762..cb616fdb5 100644 --- a/ci/deploy.yml +++ b/ci/deploy.yml @@ -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: