e2e: allow file:// repos (missing piece)

This commit is contained in:
Tim Hockin 2023-02-06 17:40:14 -08:00
parent 7a284454ea
commit c5ec0558be
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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' \
"$@"
}