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 09ff537 commit b2fe33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/get_build_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ BUILD_ORDER=$(catkin list -u)

FIRST=true

# RESULT='{"matrix": ['
RESULT='['

$DEBUG && echo "Sorting packages"
Expand Down Expand Up @@ -106,7 +105,6 @@ for ROS_PACKAGE in $BUILD_ORDER; do

done

# RESULT="$RESULT]}"
RESULT="$RESULT]"

echo $RESULT
2 changes: 2 additions & 0 deletions .ci/get_nonbloom_build_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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

DEBUG=false

LIST=$1
Expand Down

0 comments on commit b2fe33a

Please sign in to comment.