Skip to content

Commit

Permalink
Use the Taskcluster proxy URL provided by the worker
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed May 3, 2019
1 parent e89fddf commit 75b67a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/package_commands.py
Expand Up @@ -546,7 +546,7 @@ def upload_nightly(self, platform, secret_from_taskcluster):
import boto3

def get_taskcluster_secret(name):
url = "http://taskcluster/secrets/v1/secret/project/servo/" + name
url = os.environ["TASKCLUSTER_PROXY_URL"] "/secrets/v1/secret/project/servo/" + name
return json.load(urllib.urlopen(url))["secret"]

def get_s3_secret():
Expand Down

0 comments on commit 75b67a6

Please sign in to comment.