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 aea5126 commit bca9b0aCopy full SHA for bca9b0a
.evergreen/install-mongodb-client-encryption.sh
@@ -4,7 +4,7 @@ set +o xtrace
4
# Initial checks for running these tests
5
if [ -z ${PROJECT_DIRECTORY+omitted} ]; then echo "PROJECT_DIRECTORY is unset" && exit 1; fi
6
7
-source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
+# source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
8
9
set -o xtrace # Write all commands first to stderr
10
set -o errexit # Exit the script with error if any of the commands fail
0 commit comments