From: Dimitri Mazmanov Date: Wed, 1 Feb 2017 11:17:03 +0000 (+0100) Subject: Change dir to the script location X-Git-Tag: danube.1.0~385^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b077e2b6a5f374259c2878c43312d21a5877fe36;p=releng.git 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 --- 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 ########################