integration: removing test on docker
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
parent
3678b70239
commit
908025b6d3
|
|
@ -121,10 +121,6 @@ func TestMain(m *testing.M) {
|
||||||
name: "Pushing hardlink base image",
|
name: "Pushing hardlink base image",
|
||||||
command: []string{"docker", "push", config.hardlinkBaseImage},
|
command: []string{"docker", "push", config.hardlinkBaseImage},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Building kaniko image using registry-mirror",
|
|
||||||
command: []string{"docker", "build", "--registry-mirror", "mirror.gcr.io", "-t", ExecutorImage, "-f", "../deploy/Dockerfile", ".."},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, setupCmd := range setupCommands {
|
for _, setupCmd := range setupCommands {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue