CI: Fallback on mysql service

This commit is contained in:
Jan Wagner 2023-05-11 18:23:56 +00:00 committed by waja
parent 483ae9fca4
commit 0918a6a30b

View file

@ -88,7 +88,7 @@ cp tools/squid.conf /etc/squid/squid.conf
service squid start
# mariadb
service mariadb start
service mariadb start || service mysql start
mysql -e "create database IF NOT EXISTS test;" -uroot
# ldap