mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
fix circleci
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
||||
MYSQL_DATABASE: writer_test
|
||||
MYSQL_USER: writer
|
||||
MYSQL_PASSWORD: writer
|
||||
MYSQL_HOST: "localhost"
|
||||
|
||||
working_directory: ~/writer
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "mariadb",
|
||||
"host": "mariadb",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "writer",
|
||||
"password": "writer",
|
||||
|
||||
Reference in New Issue
Block a user