Skip to content
Snippets Groups Projects
Commit 9025fade authored by Steven Murray's avatar Steven Murray
Browse files

Added '--basedir=/usr' to mysql_install_db command-line within .gitlab-ci.yml

parent 3a680999
Branches
Tags
No related merge requests found
Pipeline #32508 failed
......@@ -182,7 +182,7 @@ dbunittests_mysql:
- yum -y install lsof mariadb-server
- echo '[mariadb]' > /etc/my.cnf.d/cta_server_listen.cnf
- echo 'bind-address=localhost' >> /etc/my.cnf.d/cta_server_listen.cnf
- mysql_install_db --user=mysql
- mysql_install_db --basedir=/usr --user=mysql
- /usr/bin/mysqld_safe > /dev/null 2>&1 < /dev/null &
- sleep 5
- echo 'create database cta;' | mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment