From b361a42e659319d8952a78a99a742f10d1192a70 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 6 Dec 2022 14:44:25 -0500 Subject: [PATCH] Cirrus: Remove escape codes from log files Signed-off-by: Chris Evich --- contrib/cirrus/prebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cirrus/prebuild.sh b/contrib/cirrus/prebuild.sh index 0e43f19462..d4306a17ac 100755 --- a/contrib/cirrus/prebuild.sh +++ b/contrib/cirrus/prebuild.sh @@ -33,7 +33,7 @@ showrun $SCRIPT_BASE/cirrus_yaml_test.py if [[ "${DISTRO_NV}" =~ fedora ]]; then msg "Checking shell scripts" showrun ooe.sh dnf install -y ShellCheck # small/quick addition - showrun shellcheck --color=always --format=tty \ + showrun shellcheck --format=tty \ --shell=bash --external-sources \ --enable add-default-case,avoid-nullary-conditions,check-unassigned-uppercase \ --exclude SC2046,SC2034,SC2090,SC2064 \