ci: start over wirh builtin mysql]

Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
Agnes Lin 2021-04-11 22:49:56 -04:00
parent 7a434ee243
commit fd50d33560
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ jobs:
# sudo apt-get update
# sudo apt-get install -y mysql-client
# docker ps -a
while ! mysqladmin ping --host=127.0.0.1 --port 3306 -uroot --password=root --silent; do
sleep 1
# done