Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Nov 2, 2023
1 parent d2c7ce8 commit ad2f705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
PY_INT=$(command -v python3)
CONFIG="${{ github.workspace }}/workflow_config.yml"
GROUP="buildtest"
MATRIX=$($PY_INT ${{ github.workspace }}/scripts/setup_matrix.py -c $CONFIG -g $GROUP)
echo "Matrix Array summarize: $MATRIX" >> $GITHUB_STEP_SUMMARY
echo "matrix=${MATRIX}" >> $GITHUB_OUTPUT
MATRIX=$($PY_INT ${{ github.workspace }}/scripts/setup_matrix.py -c $CONFIG -g $GROUP -git)
# echo "Matrix Array summarize: $MATRIX" >> $GITHUB_STEP_SUMMARY
# echo "matrix=${MATRIX}" >> $GITHUB_OUTPUT
build:
needs: setup
Expand Down

0 comments on commit ad2f705

Please sign in to comment.