Docker Build for Git Integration Test

This commit is contained in:
Kartik Verma 2018-10-04 22:45:41 +05:30
parent ef614ba5b0
commit ead210ba6e
No known key found for this signature in database
GPG Key ID: 85105D63569707BE
1 changed files with 1 additions and 1 deletions

View File

@ -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)