Bug 1130675 - Do not escape input urls in branch.yml a=taskcluster-only r=me

This commit is contained in:
jlal@mozilla.com 2015-02-06 18:32:10 -08:00
parent 93bc2d5c0c
commit ecfb944f93

View File

@ -4,7 +4,7 @@ metadata:
description: |
{{project}} push for {{owner}} with comment: {{comment}}.
owner: "{{owner}}"
source: "{{source}}"
source: "{{{source}}}"
scopes:
# Note the below scopes are insecure however these get overriden on the server
@ -34,8 +34,8 @@ tasks:
payload:
env:
GECKO_BASE_REPOSITORY: '{{url}}'
GECKO_HEAD_REPOSITORY: '{{url}}'
GECKO_BASE_REPOSITORY: '{{{url}}}'
GECKO_HEAD_REPOSITORY: '{{{url}}}'
GECKO_HEAD_REF: '{{revision}}'
GECKO_HEAD_REV: '{{revision}}'