mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1130675 - Do not escape input urls in branch.yml a=taskcluster-only r=me
This commit is contained in:
parent
93bc2d5c0c
commit
ecfb944f93
@ -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}}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user