We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c884607 commit 790fbaeCopy full SHA for 790fbae
src/taskgraph/transforms/run/run_task.py
@@ -184,7 +184,7 @@ def script_url(config, script):
184
raise Exception("TASK_ID must be defined to use run-task on generic-worker")
185
task_id = os.environ.get("TASK_ID", "<TASK_ID>")
186
# Assumes the cluster allows anonymous downloads of public artifacts
187
- tc_url = taskcluster.get_root_url()
+ tc_url = taskcluster.get_root_url(block_proxy=True)
188
# TODO: Use util/taskcluster.py:get_artifact_url once hack for Bug 1405889 is removed
189
return f"{tc_url}/api/queue/v1/task/{task_id}/artifacts/public/{script}"
190
0 commit comments