From 0d89ef7ed79fd916d89610bdd89065fdf648fc3f Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 14 May 2018 21:54:40 +0300 Subject: [PATCH] Addition to prev. revision [#CLICKHOUSE-2] --- ci/install-os-packages.sh | 2 +- ci/run-with-vagrant.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/install-os-packages.sh b/ci/install-os-packages.sh index 46502094507..b06d7d2d7c4 100755 --- a/ci/install-os-packages.sh +++ b/ci/install-os-packages.sh @@ -59,7 +59,7 @@ case $PACKAGE_MANAGER in $SUDO apt-get -y install ${WHAT/llvm-libs/liblld}-dev ${WHAT/llvm-libs/libclang}-dev ;; qemu-user-static) - $SUDO apt-get install -y quemu-user-static + $SUDO apt-get install -y qemu-user-static ;; vagrant-virtualbox) $SUDO apt-get install -y vagrant virtualbox diff --git a/ci/run-with-vagrant.sh b/ci/run-with-vagrant.sh index 67275c248d0..6726f1bfdcf 100755 --- a/ci/run-with-vagrant.sh +++ b/ci/run-with-vagrant.sh @@ -6,7 +6,7 @@ set -e -x pushd vagrant-$1 shopt -s extglob -vagrant ssh -c "mkdir ClickHouse" +vagrant ssh -c "mkdir -p ClickHouse" scp -F vagrant-ssh -r ../../../ClickHouse/!(*build*) default:~/ClickHouse vagrant ssh -c "cd ClickHouse/ci; $2"