mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-03 05:30:03 -05:00
Fix mixed-cluster-compatibility-tests version matrix
Fixes #45708 Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com> Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com>
This commit is contained in:
@@ -26,5 +26,5 @@ MAJOR_MINOR_RELEASES=$(echo "${ALL_RELEASES}" | (grep "${MAJOR_MINOR}" || true))
|
||||
if [[ -z "${MAJOR_MINOR_RELEASES}" ]]; then
|
||||
echo "skip"
|
||||
else
|
||||
echo -n "${MAJOR_MINOR_RELEASES}" | jq -cnR '[inputs] | map({version: .})'
|
||||
echo -n "${MAJOR_MINOR_RELEASES}" | jq -cnMR '[inputs] | map({version: .})'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user