From 343067654af5ff08c87b6daa6b830c1f36e38645 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 16 May 2019 10:54:39 -0400 Subject: [PATCH] Add index route --- automation/taskcluster/lib/tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation/taskcluster/lib/tasks.py b/automation/taskcluster/lib/tasks.py index b2e31dd15..0c7a39c96 100644 --- a/automation/taskcluster/lib/tasks.py +++ b/automation/taskcluster/lib/tasks.py @@ -207,13 +207,14 @@ class TaskBuilder(object): 'symbol': 'dependencies', 'tier': 1, }, + routes=['index.project.mobile.fenix.v2.branch.master.latest'], artifacts={ 'public/dependencies.txt': { "type": 'file', "path": '/opt/fenix/dependencies.txt', "expires": taskcluster.stringDate(taskcluster.fromNow(DEFAULT_EXPIRES_IN)), } - } + }, ) def _craft_clean_gradle_task(