diff --git a/author/ci_install_mysql.sh b/author/ci_install_mysql.sh index 5fb1ea6..1e3a7e4 100755 --- a/author/ci_install_mysql.sh +++ b/author/ci_install_mysql.sh @@ -11,9 +11,8 @@ if [[ $DATABASE_ADAPTER =~ (mariadb|mysql-(5\.7|8\.0)) ]]; then sudo apt-get update -q sudo apt-get install -q --yes --force-yes -f --option DPkg::Options::=--force-confnew mariadb-server libmariadb-dev sudo mariadb-upgrade - elif [[ $DATABASE_ADAPTER =~ mysql-(5\.7|8\.0) ]]; then + elif [[ $DATABASE_ADAPTER =~ mysql-5\.7 ]]; then sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29 - # XXX: The switch to mysql 5.7 is not currently working.... cat <