Skip to content

Commit a7c4021

Browse files
authored
Merge pull request #2 from felicianotech/felicianotech-tov2
Fix MySQL permission issues.
2 parents e4ba660 + bff369a commit a7c4021

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ jobs:
66
docker:
77
- image: circleci/php:7.1-cli
88
environment:
9-
MYSQL_DB: wp_cli_test_scaffold
10-
MYSQL_USER: wp_cli_test
11-
MYSQL_PASSWORD: password1
129
MYSQL_HOST: 127.0.0.1
1310
- image: circleci/mysql:5.7
1411
environment:
1512
MYSQL_USER: wp_cli_test
1613
MYSQL_PASSWORD: password1
17-
MYSQL_HOST: 127.0.0.1
14+
MYSQL_DATABASE: wp_cli_test
1815
steps:
1916
- checkout
2017
- run: |

0 commit comments

Comments
 (0)