From b4ef4a13a5a2d5cff30851cdb5a87bfc3ec5b4e4 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 14 May 2018 22:15:46 +0300 Subject: [PATCH] Addition to prev. revision [#CLICKHOUSE-2] --- ci/run-with-vagrant.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/run-with-vagrant.sh b/ci/run-with-vagrant.sh index 6726f1bfdcf..6d7b10ea410 100755 --- a/ci/run-with-vagrant.sh +++ b/ci/run-with-vagrant.sh @@ -5,7 +5,9 @@ set -e -x pushd vagrant-$1 +shopt -s dotglob shopt -s extglob + vagrant ssh -c "mkdir -p ClickHouse" scp -F vagrant-ssh -r ../../../ClickHouse/!(*build*) default:~/ClickHouse vagrant ssh -c "cd ClickHouse/ci; $2"