mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
Fix doc build under py3.
This commit is contained in:
parent
9a6ae55fd3
commit
04b89d1b53
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ def upload_docs():
|
|||
import urllib, json, os
|
||||
root_url = os.environ["TASKCLUSTER_PROXY_URL"]
|
||||
url = root_url + "/api/secrets/v1/secret/project/servo/doc.servo.org"
|
||||
token = json.load(urlopen(url))["secret"]["token"]
|
||||
token = json.load(urllib.request.urlopen(url))["secret"]["token"]
|
||||
open("/root/.git-credentials", "w").write("https://git:%s@github.com/" % token)
|
||||
""")
|
||||
.with_script("""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue