Skip to content

Commit

Permalink
Merge pull request #955 from samos123/integration-testing-1.13
Browse files Browse the repository at this point in the history
Fixes #950 integration test failing on go 1.13
  • Loading branch information
tejal29 authored Jan 8, 2020
2 parents 3b6411d + fa94f6b commit ac8626c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
"github.com/GoogleContainerTools/kaniko/testutil"
)

var config = initGCPConfig()
var config *gcpConfig
var imageBuilder *DockerFileBuilder

const (
Expand Down Expand Up @@ -72,6 +72,7 @@ func TestMain(m *testing.M) {
fmt.Println("Missing required tools")
os.Exit(1)
}
config = initGCPConfig()
contextFile, err := CreateIntegrationTarball()
if err != nil {
fmt.Println("Failed to create tarball of integration files for build context", err)
Expand Down

0 comments on commit ac8626c

Please sign in to comment.