From b077e2b6a5f374259c2878c43312d21a5877fe36 Mon Sep 17 00:00:00 2001 From: Dimitri Mazmanov Date: Wed, 1 Feb 2017 12:17:03 +0100 Subject: [PATCH] Change dir to the script location Since deploy.sh executes another script located in the same directory, we need to change to that directory. Change-Id: Ic8f98c40cdbfbaca50dffac7519089ec4a75a985 Signed-off-by: Dimitri Mazmanov --- jjb/multisite/multisite-daily-jobs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/multisite/multisite-daily-jobs.yml b/jjb/multisite/multisite-daily-jobs.yml index f2b287169..a5eee3824 100644 --- a/jjb/multisite/multisite-daily-jobs.yml +++ b/jjb/multisite/multisite-daily-jobs.yml @@ -250,7 +250,8 @@ #!/bin/bash echo "This is where we install kingbird" - $WORKSPACE/tools/kingbird/deploy.sh + cd $WORKSPACE/tools/kingbird + ./deploy.sh ######################## # publisher macros ######################## -- 2.16.6