From 7edae472820614d1ff17e9aa5f34f1348c072397 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 14 May 2018 22:46:38 +0300 Subject: [PATCH] Addition to prev. revision [#CLICKHOUSE-2] --- ci/run-with-vagrant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-with-vagrant.sh b/ci/run-with-vagrant.sh index 74ad3e99ead..2568292847f 100755 --- a/ci/run-with-vagrant.sh +++ b/ci/run-with-vagrant.sh @@ -8,7 +8,7 @@ pushd vagrant-$1 shopt -s extglob vagrant ssh -c "mkdir -p ClickHouse" -scp -F vagrant-ssh -r ../../../ClickHouse/!(*build*) default:~/ClickHouse +scp -F vagrant-ssh -r ../../!(*build*) default:~/ClickHouse vagrant ssh -c "cd ClickHouse/ci; $2" popd