mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1632531 Remove spurious override of make_incremental_update.sh r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D72358
This commit is contained in:
parent
2817e3268d
commit
75aa0c6d1b
@ -326,7 +326,6 @@ async def generate_partial(from_dir, to_dir, dest_mar, mar_data, tools_dir, arch
|
||||
del env["MAR_OLD_FORMAT"]
|
||||
|
||||
make_incremental_update = tools_dir / "make_incremental_update.sh"
|
||||
make_incremental_update = "/home/worker/tools/make_incremental_update.sh"
|
||||
cmd = f"{make_incremental_update} {dest_mar} {from_dir} {to_dir}"
|
||||
|
||||
await run_command(cmd, cwd=dest_mar.parent, env=env, label=dest_mar.name)
|
||||
|
Loading…
Reference in New Issue
Block a user