mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -74,6 +74,7 @@ def main(task_for):
|
|||
|
||||
elif task_for == "github-pull-request":
|
||||
CONFIG.treeherder_repository_name = "servo-prs"
|
||||
CONFIG.index_read_only = True
|
||||
|
||||
# We want the merge commit that GitHub creates for the PR.
|
||||
# The event does contain a `pull_request.merge_commit_sha` key, but it is wrong:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue