This commit is contained in:
karel.picman@lbcfree.net 2020-12-17 11:57:06 +01:00
parent 149e675379
commit e66ee5d122

View File

@ -31,7 +31,7 @@ rvm:
before_script:
- sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
- sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'pes+kocka'";
- sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'dmsf'@'%'";
- sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'dmsf'@'localhost'";
- psql -c 'create database test;' -U postgres
- export WORKSPACE=`pwd`/workspace
- export PATH_TO_DMSF=`pwd`