From 1460d29333bf57002e80167deefb9065b571a65a Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 16 Sep 2015 14:13:07 +0100 Subject: Use ybd locally in slave --- deploy_a_system.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy_a_system.sh') diff --git a/deploy_a_system.sh b/deploy_a_system.sh index 04d25ee..a371abb 100755 --- a/deploy_a_system.sh +++ b/deploy_a_system.sh @@ -5,8 +5,8 @@ set -ex cluster_name="$1" -definitions_dir=definitions -ybd_dir=/home/patrickdarley/ybd +definitions_dir=$(pwd)/definitions +ybd_dir=$(pwd)/ybd # Can only deploy with a single instance of ybd. Crashes # with >1 -- cgit v1.2.1