test: fixed
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
0fc7b8a4f4
commit
8b50908e48
|
|
@ -271,7 +271,7 @@ func TestGitBuildcontextSubPath(t *testing.T) {
|
||||||
"build",
|
"build",
|
||||||
"-t", dockerImage,
|
"-t", dockerImage,
|
||||||
"-f", dockerfile,
|
"-f", dockerfile,
|
||||||
filepath.Join(repo, integrationPath, dockerfilesPath),
|
repo + ":" + filepath.Join(integrationPath, dockerfilesPath),
|
||||||
})...)
|
})...)
|
||||||
out, err := RunCommandWithoutTest(dockerCmd)
|
out, err := RunCommandWithoutTest(dockerCmd)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue