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