From 00b9ca62da01f52c837523cb6427ac2e5f654df1 Mon Sep 17 00:00:00 2001 From: Date: Wed, 4 Mar 2015 12:32:29 -0800 Subject: [PATCH] Bug 1139590 - Do not escape source in decision task r=me a=taskcluster-only --- testing/taskcluster/tasks/decision/branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/taskcluster/tasks/decision/branch.yml b/testing/taskcluster/tasks/decision/branch.yml index 86fc09c6be37b..cada5fe96f5db 100644 --- a/testing/taskcluster/tasks/decision/branch.yml +++ b/testing/taskcluster/tasks/decision/branch.yml @@ -19,7 +19,7 @@ tasks: deadline: '{{#from_now}}1 day{{/from_now}}' metadata: owner: mozilla-taskcluster-maintenance@mozilla.com - source: {{source}} + source: {{{source}}} name: Initial decision task for {{project}} specific graphs description: | This is the single most important task as it decides how all other tasks