Skip to content

Commit 5e4ceb1

Browse files
committed
Add '-F none' to e2e git SSH command for weird environments
1 parent 1e1f846 commit 5e4ceb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2869,7 +2869,7 @@ function e2e::submodule_sync_over_ssh_different_keys() {
28692869
IP_SUBSUB=$(docker_ip "$CTR_SUBSUB")
28702870

28712871
# Tell local git not to do host checking and to use the test keys.
2872-
export GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i $DOT_SSH/1/id_local -i $DOT_SSH/2/id_local"
2872+
export GIT_SSH_COMMAND="ssh -F none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i $DOT_SSH/1/id_local -i $DOT_SSH/2/id_local"
28732873

28742874
# Init submodule repo
28752875
SUBMODULE_REPO_NAME="sub"

0 commit comments

Comments
 (0)