We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ba660 commit bff369aCopy full SHA for bff369a
.circleci/config.yml
@@ -6,15 +6,12 @@ jobs:
6
docker:
7
- image: circleci/php:7.1-cli
8
environment:
9
- MYSQL_DB: wp_cli_test_scaffold
10
- MYSQL_USER: wp_cli_test
11
- MYSQL_PASSWORD: password1
12
MYSQL_HOST: 127.0.0.1
13
- image: circleci/mysql:5.7
14
15
MYSQL_USER: wp_cli_test
16
MYSQL_PASSWORD: password1
17
- MYSQL_HOST: 127.0.0.1
+ MYSQL_DATABASE: wp_cli_test
18
steps:
19
- checkout
20
- run: |
0 commit comments