Skip to content

Commit

Permalink
revert b34b76e version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Aug 15, 2024
1 parent c822f0e commit 10fd9eb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
mariaversion
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')"
Expand Down

0 comments on commit 10fd9eb

Please sign in to comment.