Merge "Change dir to the script location"
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 1 Feb 2017 11:47:14 +0000 (11:47 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 1 Feb 2017 11:47:14 +0000 (11:47 +0000)
jjb/multisite/multisite-daily-jobs.yml

index f2b2871..a5eee38 100644 (file)
             #!/bin/bash
 
             echo "This is where we install kingbird"
-            $WORKSPACE/tools/kingbird/deploy.sh
+            cd $WORKSPACE/tools/kingbird
+            ./deploy.sh
 ########################
 # publisher macros
 ########################