From 74cb9ce7c5b9175e2f87a3d03732fb45df23761b Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 22 Aug 2019 10:19:07 -0400 Subject: [PATCH] [fenix] Fix bustage on Nightly cron from PR https://github.com/mozilla-mobile/fenix/pull/4865 --- automation/taskcluster/decision_task.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation/taskcluster/decision_task.py b/automation/taskcluster/decision_task.py index b8da8b7d7..2cd53ccca 100644 --- a/automation/taskcluster/decision_task.py +++ b/automation/taskcluster/decision_task.py @@ -160,7 +160,8 @@ def nightly_to_production_app(is_staging, version_name): other_tasks = {} build_task_id = taskcluster.slugId() - build_tasks[build_task_id] = BUILDER.craft_assemble_release_task(variant, is_staging, version_name) + build_tasks[build_task_id] = BUILDER.craft_assemble_release_task( + variant, 'nightlyLegacy', is_staging, version_name) signing_task_id = taskcluster.slugId() signing_tasks[signing_task_id] = BUILDER.craft_release_signing_task(