mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Support both Taskcluster deployments
Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1574648
This commit is contained in:
parent
5abb013dfd
commit
d8b630779d
4 changed files with 35 additions and 9 deletions
|
@ -44,6 +44,7 @@ sys.modules["taskcluster"] = sys.modules[__name__]
|
|||
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"
|
||||
import decision_task
|
||||
|
||||
print("\n# Push:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue