1
0
Fork 0

Store for every commit hash on master

master
Michael Droettboom 2019-05-16 16:41:10 -04:00 committed by Jeff Boek
parent d0366849d1
commit d7d470d5e6
1 changed files with 3 additions and 1 deletions

View File

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