mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Taskcluster: Don’t attempt to write to the index from unprivileged tasks
This commit is contained in:
parent
bc366d01a8
commit
7a628080ec
3 changed files with 7 additions and 5 deletions
|
@ -46,9 +46,6 @@ os.environ.update(**{k: k for k in "TASK_ID TASK_OWNER TASK_SOURCE GIT_URL GIT_S
|
|||
os.environ["GIT_REF"] = "refs/heads/auto"
|
||||
import decision_task
|
||||
|
||||
print("\n# PR:")
|
||||
decision_task.main("github-pull-request")
|
||||
|
||||
print("\n# Push:")
|
||||
decision_task.main("github-push")
|
||||
|
||||
|
@ -65,4 +62,7 @@ decision_task.main("github-push")
|
|||
print("\n# Daily:")
|
||||
decision_task.main("daily")
|
||||
|
||||
print("\n# PR:")
|
||||
decision_task.main("github-pull-request")
|
||||
|
||||
print()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue