e2e: allow file:// repos (missing piece)
This commit is contained in:
parent
75ba836f80
commit
b3ee55446e
|
|
@ -211,6 +211,7 @@ function GIT_SYNC() {
|
||||||
-v=6 \
|
-v=6 \
|
||||||
--add-user \
|
--add-user \
|
||||||
--touch-file="$INTERLOCK" \
|
--touch-file="$INTERLOCK" \
|
||||||
|
--git-config='protocol.file.allow:always' \
|
||||||
"$@"
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue