Auto merge of #24662 - servo:tc-urls, r=jdm

Run a decision task on both TC deployments
This commit is contained in:
bors-servo 2019-11-05 18:56:49 -05:00 committed by GitHub
commit 748f10dfc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 27 deletions

View file

@ -591,7 +591,7 @@ class PackageCommands(CommandBase):
def get_taskcluster_secret(name):
url = (
os.environ.get("TASKCLUSTER_PROXY_URL", "http://taskcluster") +
"/secrets/v1/secret/project/servo/" +
"/api/secrets/v1/secret/project/servo/" +
name
)
return json.load(urllib.request.urlopen(url))["secret"]