Skip to content

Commit

Permalink
Add '-F none' to e2e git SSH command for weird environments
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jan 17, 2024
1 parent 1e1f846 commit 5e4ceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,7 @@ function e2e::submodule_sync_over_ssh_different_keys() {
IP_SUBSUB=$(docker_ip "$CTR_SUBSUB")

# Tell local git not to do host checking and to use the test keys.
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"

# Init submodule repo
SUBMODULE_REPO_NAME="sub"
Expand Down

0 comments on commit 5e4ceb1

Please sign in to comment.