integration: removing test on docker

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
Yoan Blanc 2019-12-22 11:18:34 +01:00
parent 3678b70239
commit 908025b6d3
No known key found for this signature in database
GPG Key ID: 6058CF4574298812
1 changed files with 0 additions and 4 deletions

View File

@ -121,10 +121,6 @@ func TestMain(m *testing.M) {
name: "Pushing hardlink base image",
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 {