mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Obvious fix
This commit is contained in:
parent
3beb1e4e7a
commit
0693ab2751
@ -240,7 +240,7 @@ if __name__ == "__main__":
|
||||
|
||||
images_path = os.path.join(temp_path, 'changed_images.json')
|
||||
images_with_version = get_images_with_versions(images_path)
|
||||
for image, version in images_with_version:
|
||||
for image, version in images_with_version.items():
|
||||
docker_image = image + ':' + version
|
||||
for i in range(10):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user