From ead210ba6e29658357c77167e4c3803ac8fef2c9 Mon Sep 17 00:00:00 2001 From: Kartik Verma <3920286+vkartik97@users.noreply.github.com> Date: Thu, 4 Oct 2018 22:45:41 +0530 Subject: [PATCH] Docker Build for Git Integration Test --- integration/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/images.go b/integration/images.go index 9a5d55595..8fb7c928c 100644 --- a/integration/images.go +++ b/integration/images.go @@ -152,7 +152,7 @@ func (d *DockerFileBuilder) BuildImage(imageRepo, gcsBucket, dockerfilesPath, do append([]string{"build", "-t", dockerImage, "-f", path.Join(dockerfilesPath, dockerfile), - "."}, + "../"}, additionalFlags...)..., ) _, err := RunCommandWithoutTest(dockerCmd)