mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix the WPT exporter (#30870)
* Fix the WPT exporter * apply fixes by @mrobinson * fix mach test-scripts on NixOS * rename main_branch_name to default_branch
This commit is contained in:
parent
29eb4878ed
commit
0be30b30ce
4 changed files with 17 additions and 11 deletions
|
@ -190,7 +190,7 @@ class CreateOrUpdateBranchForPRStep(Step):
|
|||
return branch_name
|
||||
finally:
|
||||
try:
|
||||
run.sync.local_wpt_repo.run("checkout", "main")
|
||||
run.sync.local_wpt_repo.run("checkout", "master")
|
||||
run.sync.local_wpt_repo.run("branch", "-D", branch_name)
|
||||
except Exception:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue