This commit is contained in:
Yatsishin Ilya 2023-01-10 22:17:28 +00:00
parent 7cb3e17419
commit a704cf804a

View File

@ -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):