Skip to content
Snippets Groups Projects
Commit 10fd9ebc authored by Daniel Black's avatar Daniel Black
Browse files

revert b34b76eb version fix

parent c822f0e0
No related branches found
No related tags found
No related merge requests found
......@@ -240,16 +240,7 @@ for version in "${versions[@]}"; do
if [ ! -d "$version" ]; then
version=${version%.[[:digit:]]*}
else
case "$version" in
11.5*)
mariaVersion=11.5.2
;;
11.6*)
mariaVersion=11.6.1
;;
*)
mariaversion
esac
fi
readarray -t release <<< "$(curl -fsSL "$DOWNLOADS_REST_API/mariadb/" \
| jq -r --arg version "${version%-*}" '.major_releases[] | select(.release_id == $version) | [ .release_status ] , [ .release_support_type ] | @tsv')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment