mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fix
This commit is contained in:
parent
7cb3e17419
commit
a704cf804a
@ -30,7 +30,7 @@ IMAGE_NAME = "clickhouse/sqlancer-test"
|
||||
|
||||
|
||||
def get_pull_command(docker_image):
|
||||
return f"docker pull --network=host {docker_image}"
|
||||
return f"docker pull {docker_image}"
|
||||
|
||||
|
||||
def get_run_command(download_url, workspace_path, image):
|
||||
|
Loading…
Reference in New Issue
Block a user