Fix TC indexes

nightly-build-test
Johan Lorenzo 5 years ago committed by Sebastian Kaspari
parent a2200b6335
commit 4c67e303c2

@ -159,7 +159,7 @@ class TaskBuilder(object):
self.commit, product, postfix self.commit, product, postfix
), ),
'index.project.mobile.fenix.branch.{}.pushdate.{}.{}.{}.latest.{}.{}'.format( 'index.project.mobile.fenix.branch.{}.pushdate.{}.{}.{}.latest.{}.{}'.format(
self.short_head_branch. self.date.year, self.date.month, self.date.day, self.short_head_branch, self.date.year, self.date.month, self.date.day,
product, postfix product, postfix
), ),
] ]

Loading…
Cancel
Save