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:
Julien Cristau 2024-07-09 07:49:01 +00:00
Родитель 31a25d4186
Коммит ef27a4a21c
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -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")