Merge "Change dir to the script location"
[releng.git] / 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
 ########################