build: actually run import-patches on gclient sync (#17885)
This commit is contained in:
parent
bb9e92a5d9
commit
341592119f
3 changed files with 13 additions and 8 deletions
|
@ -10,7 +10,7 @@ from lib.patches import patch_from_dir
|
|||
|
||||
def apply_patches(dirs):
|
||||
for patch_dir, repo in dirs.iteritems():
|
||||
git.am(repo=repo, patch_data=patch_from_dir(patch_dir),
|
||||
git.import_patches(repo=repo, patch_data=patch_from_dir(patch_dir),
|
||||
committer_name="Electron Scripts", committer_email="scripts@electron")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue