Skip to content

Commit bf1ba95

Browse files
authored
fix scheduled builds (#300)
1 parent 413c2c8 commit bf1ba95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
# convert to string
168168
platformsOutput="{\"platforms\": \"[$platformsArr]\"}"
169169
170-
CONFIGS+=$(echo "$(yq -r -o=json ".[${LINE}]" "$CONFIG_FILE" | jq --argjson plat "$platformsOutput" --arg commit "$COMMIT_HASH_FULL" '. + $plat + {source_commit: $commit, source_patch: $SOURCE_PATCH}'),")
170+
CONFIGS+=$(echo "$(yq -r -o=json ".[${LINE}]" "$CONFIG_FILE" | jq --argjson plat "$platformsOutput" --arg commit "$COMMIT_HASH_FULL" --arg patch "$SOURCE_PATCH" '. + $plat + {source_commit: $commit, source_patch: $patch}'),")
171171
fi
172172
done < <(yq -r 'to_entries | map_values({"value":.value, "index":.key}) | .[] | [.index, .value.source.repository, .value.source.ref, .value.source.patch, .value.target.repository, .value.target.tag] | @tsv' "$CONFIG_FILE")
173173

0 commit comments

Comments
 (0)