Skip to content

Commit 2337806

Browse files
committed
Remove DB preparation that is happening twice
1 parent 2db902e commit 2337806

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/prepare.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ else
3535
fi
3636

3737
echo $CLI_VERSION > PHAR_BUILD_VERSION
38-
39-
mysql -e 'CREATE DATABASE wp_cli_test;' -uroot
40-
mysql -e 'GRANT ALL PRIVILEGES ON wp_cli_test.* TO "wp_cli_test"@"localhost" IDENTIFIED BY "password1"' -uroot

0 commit comments

Comments
 (0)