From 295850de2db9c66cbabe513978ef7cfcdea38ff1 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Sun, 17 Sep 2023 20:42:40 +0200 Subject: [PATCH] wip --- .ci/get_nonbloom_build_matrix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/get_nonbloom_build_matrix.sh b/.ci/get_nonbloom_build_matrix.sh index e9edaffbf4..87ac8e446e 100755 --- a/.ci/get_nonbloom_build_matrix.sh +++ b/.ci/get_nonbloom_build_matrix.sh @@ -5,9 +5,9 @@ set -e trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG trap 'echo "$0: \"${last_command}\" command failed with exit code $?, log:" && cat /tmp/log.txt' ERR -sudo apt-get -y install python3 python3-yaml +sudo apt-get -y install python3 python3-yaml >> /tmp/log.txt 2>&1 -DEBUG=false +DEBUG=true LIST=$1 VARIANT=$2