1
0
Fork 0

fix x86 debian step

This commit is contained in:
Mikhail Goncharov 2020-11-26 18:32:27 +01:00
parent 86226f3146
commit 12c4c43bb0

View file

@ -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=\\$?',