Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 12, 2023
1 parent eaa397b commit c3ae9a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci/get_build_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ BUILD_ORDER=$(catkin list -u)

FIRST=true

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

for PACKAGE in $BUILD_ORDER; do

Expand All @@ -70,6 +71,7 @@ for PACKAGE in $BUILD_ORDER; do

done

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

echo $RESULT

0 comments on commit c3ae9a2

Please sign in to comment.