From d7d470d5e692da69845783b891622b108bf61853 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 16 May 2019 16:41:10 -0400 Subject: [PATCH] Store for every commit hash on master --- automation/taskcluster/lib/tasks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automation/taskcluster/lib/tasks.py b/automation/taskcluster/lib/tasks.py index 0c7a39c96..2b54b0ab9 100644 --- a/automation/taskcluster/lib/tasks.py +++ b/automation/taskcluster/lib/tasks.py @@ -207,7 +207,9 @@ class TaskBuilder(object): 'symbol': 'dependencies', 'tier': 1, }, - routes=['index.project.mobile.fenix.v2.branch.master.latest'], + routes=[ + 'index.project.mobile.fenix.v2.branch.master.revision.{}'.format(self.commit) + ], artifacts={ 'public/dependencies.txt': { "type": 'file',