From 46a738f2b2661675588f804a55e051014cbd4455 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 22 Jun 2019 12:18:42 -0300 Subject: [PATCH] fix: integration tests Signed-off-by: Carlos Alexandro Becker --- integration/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/integration_test.go b/integration/integration_test.go index b1bb4fd0d..fcd6246f9 100644 --- a/integration/integration_test.go +++ b/integration/integration_test.go @@ -279,7 +279,7 @@ func TestGitBuildcontext(t *testing.T) { } func TestGitBuildContextWithBranch(t *testing.T) { - repo := "github.com/GoogleContainerTools/kaniko#v0.10.0" + repo := "github.com/GoogleContainerTools/kaniko#refs/tags/v0.10.0" dockerfile := "integration/dockerfiles/Dockerfile_test_run_2" // Build with docker