mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-02-20 00:33:30 +01:00
chore(core): remove duplicate -r flag from update_fixtures ci
``` $ tests/update_fixtures.py ci --help Usage: update_fixtures.py ci [OPTIONS] Update fixtures file with results from CI. Options: -b, --branch TEXT Branch name -r, --run-id INTEGER GitHub Actions run id -o, --only-jobs TEXT Job names which to process -e, --exclude-jobs TEXT Not take these jobs -r, --remove-missing Remove missing tests --help Show this message and exit. ``` [no changelog]
This commit is contained in:
@@ -44,7 +44,7 @@ def _get_current_git_branch() -> str:
|
||||
expose_value=False,
|
||||
)
|
||||
@click.option("-b", "--branch", help="Branch name")
|
||||
@click.option("-r", "--run-id", help="GitHub Actions run id", type=int)
|
||||
@click.option("--run-id", help="GitHub Actions run id", type=int)
|
||||
@click.option(
|
||||
"-o",
|
||||
"--only-jobs",
|
||||
|
||||
Reference in New Issue
Block a user