CI: Typo in options
This commit is contained in:
parent
ec257d2117
commit
ccb296dc60
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
--health-interval=10s
|
--health-interval=10s
|
||||||
--health-timeout=5s
|
--health-timeout=5s
|
||||||
--health-retries=3
|
--health-retries=3
|
||||||
--entrypoint=""
|
--entrypoint="
|
||||||
sh
|
sh
|
||||||
-c
|
-c
|
||||||
"printf '[mysqld]\ncharacter-set-server=utf8mb4\ncollation-server=utf8mb4_unicode_ci\ninnodb-default-row-format=DYNAMIC\n' > /etc/mysql/conf.d/custom.cnf && exec docker-entrypoint.sh mysqld"
|
"printf '[mysqld]\ncharacter-set-server=utf8mb4\ncollation-server=utf8mb4_unicode_ci\ninnodb-default-row-format=DYNAMIC\n' > /etc/mysql/conf.d/custom.cnf && exec docker-entrypoint.sh mysqld"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue