mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update run-fuzzer.sh
This commit is contained in:
parent
a3c1096fdb
commit
51cd10c8eb
@ -21,7 +21,7 @@ function clone
|
||||
# stage.
|
||||
rm -rf ch ||:
|
||||
wget -nv -nd -c "https://clickhouse-test-reports.s3.yandex.net/$PR_TO_TEST/$SHA_TO_TEST/repo/clickhouse_no_subs.tar.gz"
|
||||
tar -xf -C ch --strip-components=1 clickhouse_no_subs.tar.gz
|
||||
tar -C ch --strip-components=1 -xf clickhouse_no_subs.tar.gz
|
||||
ls -lath ||:
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user