Skip to content

Commit 5e25926

Browse files
committed
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.
1 parent a1c1485 commit 5e25926

File tree

1 file changed

+1
-1
lines changed
  • packages/connectivity-tests/test

1 file changed

+1
-1
lines changed

packages/connectivity-tests/test/all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
export MONGOSH="${MONGOSH_ROOT_DIR}/${TEST_MONGOSH_EXECUTABLE}"
1818
fi
1919

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

2323
git checkout ca4bacd23e6f7ea07618c303b20556e3e4c9c2e6

0 commit comments

Comments
 (0)