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 766cf80 commit d618bdcCopy full SHA for d618bdc
.evergreen/install-dependencies.sh
@@ -8,6 +8,9 @@ cp ${PROJECT_DIRECTORY}/test/certificates/* ${DRIVERS_TOOLS}/.evergreen/x509gen/
8
# Replace MongoOrchestration's client certificate.
9
cp ${PROJECT_DIRECTORY}/test/certificates/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
10
11
+# Ensure hatch is installed.
12
+bash ${PROJECT_DIRECTORY}/scripts/ensure-hatch.sh
13
+
14
if [ -w /etc/hosts ]; then
15
SUDO=""
16
else
0 commit comments