No bug: [mozharness] Stop removing `mach_build_properties.json`; r=nthomas

The file is not referenced anywhere else in tree.

Differential Revision: https://phabricator.services.mozilla.com/D61611

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2020-02-06 22:36:09 +00:00
Родитель dd145871f7
Коммит f2a6e3de22
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -754,13 +754,6 @@ items from that key's value."
self._run_tooltool()
self._create_mozbuild_dir()
self._ensure_upload_path()
mach_props = os.path.join(
self.query_abs_dirs()['abs_obj_dir'],
'dist',
'mach_build_properties.json')
if os.path.exists(mach_props):
self.info("Removing previous mach property file: %s" % mach_props)
self.rmtree(mach_props)
def build(self):
"""builds application."""