mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Add index route
This commit is contained in:
parent
cdade63249
commit
343067654a
@ -207,13 +207,14 @@ class TaskBuilder(object):
|
|||||||
'symbol': 'dependencies',
|
'symbol': 'dependencies',
|
||||||
'tier': 1,
|
'tier': 1,
|
||||||
},
|
},
|
||||||
|
routes=['index.project.mobile.fenix.v2.branch.master.latest'],
|
||||||
artifacts={
|
artifacts={
|
||||||
'public/dependencies.txt': {
|
'public/dependencies.txt': {
|
||||||
"type": 'file',
|
"type": 'file',
|
||||||
"path": '/opt/fenix/dependencies.txt',
|
"path": '/opt/fenix/dependencies.txt',
|
||||||
"expires": taskcluster.stringDate(taskcluster.fromNow(DEFAULT_EXPIRES_IN)),
|
"expires": taskcluster.stringDate(taskcluster.fromNow(DEFAULT_EXPIRES_IN)),
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
def _craft_clean_gradle_task(
|
def _craft_clean_gradle_task(
|
||||||
|
Loading…
Reference in New Issue
Block a user