From 5e259260dd1f4864bf548bfc595b8c777ad166e0 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Fri, 1 Nov 2024 17:14:15 +0100 Subject: [PATCH] chore(connectivity-tests): use HTTPS clone instead of SSH clone MONGOSH-1900 Usage of SSH cloning is being removed from Evergreen, so we should update this call site to use HTTPS instead. --- packages/connectivity-tests/test/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connectivity-tests/test/all.sh b/packages/connectivity-tests/test/all.sh index e134c7dd8..75578257c 100755 --- a/packages/connectivity-tests/test/all.sh +++ b/packages/connectivity-tests/test/all.sh @@ -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