Skip to content

Commit

Permalink
Update toolsRepo detection in versions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Apr 30, 2024
1 parent 2319f17 commit e3c2853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ for version in "${versions[@]}"; do

rpmRepo="https://repo.mysql.com/yum/mysql-$version-community/docker/el/$oracleVersion"
case "$version" in
innovation) toolsRepo="https://repo.mysql.com/yum/mysql-tools-innovation-community/el/$oracleVersion" ;;
*) toolsRepo="https://repo.mysql.com/yum/mysql-tools-community/el/$oracleVersion" ;;
8.0) toolsRepo="https://repo.mysql.com/yum/mysql-tools-community/el/$oracleVersion" ;;
*) toolsRepo="https://repo.mysql.com/yum/mysql-tools-$version-community/el/$oracleVersion" ;;
esac
export rpmRepo toolsRepo

Expand Down

0 comments on commit e3c2853

Please sign in to comment.