mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix yamllint issues
This commit is contained in:
parent
2db3a6af49
commit
e922690453
2
.github/codecov.yml
vendored
2
.github/codecov.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
codecov:
|
codecov:
|
||||||
max_report_age: off
|
max_report_age: "off"
|
||||||
strict_yaml_branch: "master"
|
strict_yaml_branch: "master"
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
||||||
command: --federated --socket /var/run/mysqld/mysqld.sock
|
command: --federated --socket /var/run/mysqld/mysqld.sock
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||||
interval: 1s
|
interval: 1s
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
retries: 100
|
retries: 100
|
||||||
|
@ -37,4 +37,3 @@ services:
|
|||||||
start_period: 300s
|
start_period: 300s
|
||||||
security_opt:
|
security_opt:
|
||||||
- label:disable
|
- label:disable
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@ services:
|
|||||||
start_period: 300s
|
start_period: 300s
|
||||||
security_opt:
|
security_opt:
|
||||||
- label:disable
|
- label:disable
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@ services:
|
|||||||
start_period: 300s
|
start_period: 300s
|
||||||
security_opt:
|
security_opt:
|
||||||
- label:disable
|
- label:disable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user