1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

chore(ci): update name of poetry --remove-untracked option

This commit is contained in:
matejcik 2023-04-24 14:43:19 +02:00
parent e80dbfc74b
commit cb34b508b9
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ stages:
before_script: before_script:
- . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh || true - . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh || true
- $NIX_SHELL --run "poetry install --remove-untracked" - $NIX_SHELL --run "poetry install --sync"
- export LEGACY_VERSION=$($NIX_SHELL --run "./tools/version.sh legacy/firmware/version.h") - 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") - export CORE_VERSION=$($NIX_SHELL --run "./tools/version.sh core/embed/firmware/version.h")

View File

@ -25,7 +25,7 @@ If you are building from an existing checkout, do not forget to refresh the subm
```sh ```sh
git submodule update --init --recursive --force git submodule update --init --recursive --force
poetry install --remove-untracked poetry install --sync
``` ```
## Poetry ## Poetry