Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Sep 17, 2023
1 parent b2fe33a commit 295850d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/get_nonbloom_build_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 295850d

Please sign in to comment.