mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Always construct TC API URLs from $TASKCLUSTER_PROXY_URL or $TASKCLUSTER_ROOT_URL
This commit is contained in:
parent
2aca5c82e4
commit
08705345d6
5 changed files with 15 additions and 11 deletions
|
@ -45,6 +45,7 @@ sys.dont_write_bytecode = True
|
|||
os.environ.update(**{k: k for k in "TASK_ID TASK_OWNER TASK_SOURCE GIT_URL GIT_SHA".split()})
|
||||
os.environ["GIT_REF"] = "refs/heads/auto"
|
||||
os.environ["TASKCLUSTER_ROOT_URL"] = "https://taskcluster.net"
|
||||
os.environ["TASKCLUSTER_PROXY_URL"] = "http://taskcluster"
|
||||
import decision_task
|
||||
|
||||
print("\n# Push:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue