We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1f846 commit 5e4ceb1Copy full SHA for 5e4ceb1
test_e2e.sh
@@ -2869,7 +2869,7 @@ function e2e::submodule_sync_over_ssh_different_keys() {
2869
IP_SUBSUB=$(docker_ip "$CTR_SUBSUB")
2870
2871
# 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"
+ 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"
2873
2874
# Init submodule repo
2875
SUBMODULE_REPO_NAME="sub"
0 commit comments