Skip to content
Snippets Groups Projects
Commit 1971c5ca authored by Justin Wood's avatar Justin Wood Committed by Sebastian Kaspari
Browse files

Fix bustage on Nightly cron from PR #4865

parent 79e58250
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment