ClickHouse/docker/packager/binary
Azat Khuzhin 469b631ca6 Fix performance comparison
In #18113 the top_level_domains list copying was moved into
docker/packager/binary/build.sh, this was done to avoid symlinks (since
Dockerfile cannot dereference them).

But the patch was wrong, since it copied into the root (/), which is not
included into performance.tgz and also compare.sh was not modified.

This wasn't showed up with CI checks since the docker image wasn't
updated and it still included that top_level_domains, once it was
modified the image was updated and it became broken.

Cc: @akuzm
2021-01-02 17:09:20 +03:00
..
build.sh Fix performance comparison 2021-01-02 17:09:20 +03:00
Dockerfile Missed changes 2020-09-29 10:17:02 +03:00