1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-17 19:00:58 +00:00

ci: fix nix setup for hardware tests

This commit is contained in:
Martin Milata 2022-01-10 17:00:02 +01:00
parent 8baf1ca79f
commit 49a27a0b3c

View File

@ -28,7 +28,7 @@ stages:
- deploy
before_script:
- . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
- . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh || true
- nix-shell --run "poetry install"
- export LEGACY_VERSION=$(nix-shell --run "./tools/version.sh legacy/firmware/version.h")
- export CORE_VERSION=$(nix-shell --run "./tools/version.sh core/embed/firmware/version.h")