From c5ec0558be647323caae153b3f9fdfc9cb8312a9 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 6 Feb 2023 17:40:14 -0800 Subject: [PATCH] e2e: allow file:// repos (missing piece) --- test_e2e.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_e2e.sh b/test_e2e.sh index 6f46b35..9b5362a 100755 --- a/test_e2e.sh +++ b/test_e2e.sh @@ -187,8 +187,9 @@ function GIT_SYNC() { -v "$RUNLOG":/var/log/runs \ -v "$DOT_SSH/id_test":"/etc/git-secret/ssh":ro \ e2e/git-sync:"${E2E_TAG}"__$(go env GOOS)_$(go env GOARCH) \ - --add-user \ --v=6 \ + --add-user \ + --git-config='protocol.file.allow:always' \ "$@" }