Docker Build for Git Integration Test
This commit is contained in:
parent
ef614ba5b0
commit
ead210ba6e
|
|
@ -152,7 +152,7 @@ func (d *DockerFileBuilder) BuildImage(imageRepo, gcsBucket, dockerfilesPath, do
|
||||||
append([]string{"build",
|
append([]string{"build",
|
||||||
"-t", dockerImage,
|
"-t", dockerImage,
|
||||||
"-f", path.Join(dockerfilesPath, dockerfile),
|
"-f", path.Join(dockerfilesPath, dockerfile),
|
||||||
"."},
|
"../"},
|
||||||
additionalFlags...)...,
|
additionalFlags...)...,
|
||||||
)
|
)
|
||||||
_, err := RunCommandWithoutTest(dockerCmd)
|
_, err := RunCommandWithoutTest(dockerCmd)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue