fix x86 debian step
This commit is contained in:
parent
86226f3146
commit
12c4c43bb0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def generic_linux(projects: str, check_diff: bool) -> List:
|
|||
])
|
||||
else:
|
||||
commands.extend([
|
||||
f'${{SRC}}/scripts/premerge_checks.py --projects="{projects}" --log-level={log_level} {filter_output}'
|
||||
f'${{SRC}}/scripts/premerge_checks.py --projects="{projects}" --log-level={log_level}'
|
||||
])
|
||||
commands.extend([
|
||||
'EXIT_STATUS=\\$?',
|
||||
|
|
Loading…
Reference in a new issue