From f9e05b82dbf6ea8223c9303c93546ebe803ed8bc Mon Sep 17 00:00:00 2001 From: Edgar Chen Date: Fri, 18 Sep 2015 10:44:51 +0800 Subject: [PATCH] Bug 1205934 - Switch Taskcluster Dolphin builds to in-tree mozharness. r=wcosta --- testing/taskcluster/scripts/phone-builder/build-dolphin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/taskcluster/scripts/phone-builder/build-dolphin.sh b/testing/taskcluster/scripts/phone-builder/build-dolphin.sh index 28a3ca62828e..5d6445b76990 100755 --- a/testing/taskcluster/scripts/phone-builder/build-dolphin.sh +++ b/testing/taskcluster/scripts/phone-builder/build-dolphin.sh @@ -7,7 +7,7 @@ if [ 0$B2G_DEBUG -ne 0 ]; then debug_flag='--debug' fi -./mozharness/scripts/b2g_build.py \ +$WORKSPACE/gecko/testing/mozharness/scripts/b2g_build.py \ --config b2g/taskcluster-phone.py \ "$debug_flag" \ --disable-mock \