Skip to content

Commit

Permalink
create matrix file
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Feb 6, 2025
1 parent 6fd90da commit 5844432
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dsf_poc_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,14 @@ jobs:
steps:
- name: Set Matrix
run: |
MATRIX=$(cat <<EOF
{
MATRIX=$(jq -n '{
"include": [
{"name":"DSF POC","workspace":"dsf_cli-all-","enable_sonar":true,"enable_dam":true,"enable_dra":true,"enabled":false},
{"name":"DSF POC - SONAR","workspace":"dsf_cli-sonar-","enable_sonar":true,"enable_dam":false,"enable_dra":false,"enabled":false},
{"name":"DSF POC - DAM","workspace":"dsf_cli-dam-","enable_sonar":false,"enable_dam":true,"enable_dra":false,"enabled":true},
{"name":"DSF POC - DRA","workspace":"dsf_cli-dra-","enable_sonar":false,"enable_dam":false,"enable_dra":true,"enabled":true}
]
}
EOF
)
}')
echo "matrix=$MATRIX" >> $GITHUB_ENV
Expand Down

0 comments on commit 5844432

Please sign in to comment.