We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5203e commit 8fe7f4eCopy full SHA for 8fe7f4e
scripts/ci/create-spec-matrix.sh
@@ -11,6 +11,7 @@ for generator in "${GENERATORS[@]}"; do
11
client=${generator#*-}
12
if [[ ! ${SPECS[*]} =~ $client ]]; then
13
changed=$(git diff --shortstat origin/$BASE_BRANCH..HEAD -- specs/$client | wc -l)
14
+ SPECS+=($client)
15
if [[ $BASE_CHANGED == "true" || $changed > 0 ]]; then
16
to_check=$(echo $to_check | jq --arg client $client '.client |= .+ [$client]')
17
fi
0 commit comments