Skip to content

Commit

Permalink
chore(connectivity-tests): use HTTPS clone instead of SSH clone MONGO…
Browse files Browse the repository at this point in the history
…SH-1900 (#2249)

Usage of SSH cloning is being removed from Evergreen, so we should
update this call site to use HTTPS instead.
  • Loading branch information
addaleax authored Nov 5, 2024
1 parent 1b46973 commit 8b33e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connectivity-tests/test/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
export MONGOSH="${MONGOSH_ROOT_DIR}/${TEST_MONGOSH_EXECUTABLE}"
fi

git clone git@github.com:mongodb-js/devtools-docker-test-envs.git test-envs
git clone https://github.com/mongodb-js/devtools-docker-test-envs.git test-envs
cd test-envs

git checkout ca4bacd23e6f7ea07618c303b20556e3e4c9c2e6
Expand Down

0 comments on commit 8b33e30

Please sign in to comment.