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 360dcf2 commit e3f4586Copy full SHA for e3f4586
.github/workflows/main.yml
@@ -45,6 +45,7 @@ jobs:
45
echo "computing groups"
46
./jq -c '. as $jobs | map(.config | split(".") | first) | unique | map(. as $group | {"platform": $group, "jobs": $jobs | map(select(.config |startswith($group)))})' <<< "$FILTERED"
47
echo $?
48
+ set -x
49
echo "Lets build groups..."
50
GROUPS=$(./jq '. as $jobs | map(.config | split(".") | first) | unique | map(. as $group | {"platform": $group, "jobs": $jobs | map(select(.config |startswith($group)))})' <<< "$FILTERED")
51
echo "groups..."
0 commit comments