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 3ee1fe1 commit 924056bCopy full SHA for 924056b
.circleci/config.yml
@@ -11,7 +11,7 @@ defaults: &defaults
11
command: 'dockerize -wait tcp://localhost:3306 -timeout 1m'
12
- run:
13
name: 'Install MySQL-Client'
14
- command: 'sudo apt-get update && sudo apt-get install -y mysql-client'
+ command: 'sudo apt-get update && sudo apt-get install -y mariadb-client'
15
16
17
name: 'MySQL Database'
0 commit comments