fix circleci

This commit is contained in:
2019-03-09 00:19:43 +03:00
parent bf3ae7103d
commit 5862d16288
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ jobs:
MYSQL_DATABASE: writer_test MYSQL_DATABASE: writer_test
MYSQL_USER: writer MYSQL_USER: writer
MYSQL_PASSWORD: writer MYSQL_PASSWORD: writer
MYSQL_HOST: "localhost"
working_directory: ~/writer working_directory: ~/writer
steps: steps:

View File

@@ -1,6 +1,6 @@
{ {
"type": "mariadb", "type": "mariadb",
"host": "mariadb", "host": "localhost",
"port": 3306, "port": 3306,
"username": "writer", "username": "writer",
"password": "writer", "password": "writer",