From a693cb333355a6e494075d5719f72347b7956089 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 14 May 2018 21:57:07 +0300 Subject: [PATCH] CI: added support to build on FreeBSD under Vagrant [#CLICKHOUSE-2] --- ci/jobs/quick-build/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/jobs/quick-build/run.sh b/ci/jobs/quick-build/run.sh index 744511e602b..c4aadbc3862 100755 --- a/ci/jobs/quick-build/run.sh +++ b/ci/jobs/quick-build/run.sh @@ -7,7 +7,6 @@ set -e -x # or: # ./run-with-docker.sh ubuntu:bionic jobs/quick-build/run.sh -CONFIG="$(dirname $0)"/config cd "$(dirname $0)"/../.. . default-config