From 05447f1eaa559480ec4df503198c43b98d1ae531 Mon Sep 17 00:00:00 2001 From: Cole Wippern Date: Mon, 9 Dec 2019 13:57:59 -0800 Subject: [PATCH] clean up unused code --- integration/integration_test.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/integration/integration_test.go b/integration/integration_test.go index 0553b7fcd..de3900667 100644 --- a/integration/integration_test.go +++ b/integration/integration_test.go @@ -140,17 +140,6 @@ func TestMain(m *testing.M) { } imageBuilder = NewDockerFileBuilder(dockerfiles) - //g := errgroup.Group{} - //for dockerfile := range imageBuilder.FilesBuilt { - // df := dockerfile - // g.Go(func() error { - // return imageBuilder.BuildImage(config.imageRepo, config.gcsBucket, dockerfilesPath, df) - // }) - //} - //if err := g.Wait(); err != nil { - // fmt.Printf("Error building images: %s", err) - // os.Exit(1) - //} os.Exit(m.Run()) }