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
|
MYSQL_HOST: localhost
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 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:
|
steps:
|
||||||
# - name: Shutdown Ubuntu MySQL (SUDO)
|
# - name: Shutdown Ubuntu MySQL (SUDO)
|
||||||
|
|
Loading…
Reference in New Issue