From a32bc283d7587b1e6b02deefceeb2ead595150cb Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 1 Sep 2022 11:12:07 +0200 Subject: [PATCH] Bug 1786780 - part 1: Enable release promotion on the new monorepo (and its staging counterpart) --- mobile/android/taskcluster/ac_taskgraph/release_promotion.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/android/taskcluster/ac_taskgraph/release_promotion.py b/mobile/android/taskcluster/ac_taskgraph/release_promotion.py index c3c564050664..49ee0825397e 100644 --- a/mobile/android/taskcluster/ac_taskgraph/release_promotion.py +++ b/mobile/android/taskcluster/ac_taskgraph/release_promotion.py @@ -15,7 +15,8 @@ from taskgraph.parameters import Parameters from taskgraph.util.taskgraph import find_decision_task, find_existing_tasks_from_previous_kinds RELEASE_PROMOTION_PROJECTS = ( - "https://github.com/mozilla-mobile/android-components", "https://github.com/mozilla-releng/staging-android-components" + "https://github.com/mozilla-mobile/firefox-android", + "https://github.com/mozilla-releng/staging-firefox-android", ) -- 2.11.4.GIT