mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1905493 - remove task_try_config.json after mach try
r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D215733
This commit is contained in:
parent
31a25d4186
commit
ef27a4a21c
@ -265,3 +265,8 @@ def push_to_try(
|
||||
else:
|
||||
raise
|
||||
sys.exit(1)
|
||||
finally:
|
||||
if "try_task_config.json" in changed_files and os.path.isfile(
|
||||
"try_task_config.json"
|
||||
):
|
||||
os.remove("try_task_config.json")
|
||||
|
Loading…
Reference in New Issue
Block a user