Bug 1231689: Fix mach taskcluster-build command. r=garndt

This commit is contained in:
Wander Lairson Costa
2015-12-10 16:48:26 -05:00
parent 61236b5557
commit b8610055ce

View File

@@ -627,6 +627,7 @@ class CIBuild(object):
help="Run the task with the interactive feature enabled")
def create_ci_build(self, **params):
from taskcluster_graph.templates import Templates
from taskcluster_graph.image_builder import docker_image
import taskcluster_graph.build_task
templates = Templates(ROOT)