diff options
author | Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> | 2017-02-01 12:17:03 +0100 |
---|---|---|
committer | Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> | 2017-02-01 12:17:03 +0100 |
commit | b077e2b6a5f374259c2878c43312d21a5877fe36 (patch) | |
tree | 28082dc983f29a539418b6ed5b8199ff569032de | |
parent | 7b5a83225254840a2f27e3b38746b4e4d34fc4bd (diff) |
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 <dimitri.mazmanov@ericsson.com>
-rw-r--r-- | jjb/multisite/multisite-daily-jobs.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 ######################## |