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',