Skip to content

Commit bca9b0a

Browse files
make changes
1 parent aea5126 commit bca9b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/install-mongodb-client-encryption.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set +o xtrace
44
# Initial checks for running these tests
55
if [ -z ${PROJECT_DIRECTORY+omitted} ]; then echo "PROJECT_DIRECTORY is unset" && exit 1; fi
66

7-
source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
7+
# source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
88

99
set -o xtrace # Write all commands first to stderr
1010
set -o errexit # Exit the script with error if any of the commands fail

0 commit comments

Comments
 (0)