mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
shellcheck fix
This commit is contained in:
parent
58671b64fb
commit
0ca1ce8ab3
@ -28,8 +28,8 @@ done
|
||||
set -e
|
||||
|
||||
# cleanup for retry run if volume is not recreated
|
||||
docker kill `docker ps -aq` || true
|
||||
docker rm `docker ps -aq` || true
|
||||
docker kill "$(docker ps -aq)" || true
|
||||
docker rm "$(docker ps -aq)" || true
|
||||
|
||||
echo "Start tests"
|
||||
export CLICKHOUSE_TESTS_SERVER_BIN_PATH=/clickhouse
|
||||
|
Loading…
Reference in New Issue
Block a user