Update scrutinizer config

This commit is contained in:
DariusIII
2018-01-26 14:14:35 +01:00
parent ede1dcc47f
commit cb89ade1b2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ DB_PORT = 3306
DB_SOCKET =
DB_USER = root
DB_PASSWORD =
DB_NAME = TEST
DB_NAME = scrutinizer
DB_PCONNECT = false
NNTP_USERNAME =
+2 -2
View File
@@ -6,8 +6,8 @@ build:
- mysql -u root -e "SET GLOBAL innodb_file_per_table = 1;"
- mysql -u root -e "SET GLOBAL innodb_file_format = BARRACUDA;"
- mysql -u root -e "SET GLOBAL innodb_large_prefix = 1;"
- mysql -u root -e "CREATE DATABASE TEST;"
- mysql -u root -e "GRANT ALL ON TEST.* TO 'TEST'@'localhost' IDENTIFIED BY 'TEST';"
- mysql -u root -e "CREATE DATABASE scrutinizer;"
- mysql -u root -e "GRANT ALL ON scrutinizer.* TO 'root'@'localhost';"
before:
- cp .env.scrutinizer .env
environment: