ci: start over wirh builtin mysql]
Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
This commit is contained in:
parent
0459748e06
commit
37591a7159
|
@ -27,7 +27,7 @@ jobs:
|
|||
MYSQL_HOST: localhost
|
||||
ports:
|
||||
- 3306:3306
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 -v /usr/bin/docker/mysql:/var/run/mysqld/mysqld.sock
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 # -v /usr/bin/docker/mysql:/var/run/mysqld/mysqld.sock
|
||||
|
||||
steps:
|
||||
# - name: Shutdown Ubuntu MySQL (SUDO)
|
||||
|
|
Loading…
Reference in New Issue