Bug 1133074 - Make the gecko.v2 routes public; r=jlund,garndt

This commit is contained in:
Mike Shal
2015-08-17 10:29:34 -04:00
parent a508cc6bf1
commit 07a9e8d31c
3 changed files with 4 additions and 6 deletions

View File

@@ -287,7 +287,7 @@ class Graph(object):
# Template parameters used when expanding the graph
parameters = dict(gaia_info().items() + {
'index': 'index.garbage.staging.mshal-testing', #TODO
'index': 'index',
'project': project,
'pushlog_id': params.get('pushlog_id', 0),
'docker_image': docker_image,