From 12c4c43bb098b68f43e9af3cd23f944068d68b6a Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Thu, 26 Nov 2020 18:32:27 +0100 Subject: [PATCH] fix x86 debian step --- scripts/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/steps.py b/scripts/steps.py index 37d8845..bfb06f1 100644 --- a/scripts/steps.py +++ b/scripts/steps.py @@ -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=\\$?',