From c6878026a15e5177119325aeb345eb1cf7c14e34 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 22 Jun 2021 08:27:46 -0700 Subject: [PATCH] unbreak e2e for github --- test_e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_e2e.sh b/test_e2e.sh index 8f78d63..a36fa45 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -1440,7 +1440,7 @@ testcase "github-https" GIT_SYNC \ --one-time \ --repo="https://github.com/kubernetes/git-sync" \ - --branch=e2e-branch \ + --branch=master \ --rev=HEAD \ --root="$ROOT" \ --dest="link" \