You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH:-}"# Optional path to crypt_shared library
7
-
DRIVER_MONGODB_VERSION={$DRIVER_MONGODB_VERSION:-} # Required if IS_MATRIX_TESTING is "true"
7
+
DRIVER_MONGODB_VERSION=${DRIVER_MONGODB_VERSION:-}# Required if IS_MATRIX_TESTING is "true"
8
8
IS_MATRIX_TESTING=${IS_MATRIX_TESTING:-}# Specify "true" to enable matrix testing. Defaults to empty string. If "true", DRIVER_MONGODB_VERSION and MONGODB_VERSION will also be checked.
9
9
MONGODB_URI=${MONGODB_URI:-}# Connection string (including credentials and topology info)
10
10
MONGODB_VERSION=${MONGODB_VERSION:-}# Required if IS_MATRIX_TESTING is "true"
0 commit comments