mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
shellcheck fix
This commit is contained in:
parent
1a97db544d
commit
3badb2afc9
@ -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