File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ if [ -n "${skip_crypt_shared}" ]; then
33
33
export SKIP_CRYPT_SHARED=1
34
34
fi
35
35
36
- MONGODB_VERSION=${VERSION} \
37
- TOPOLOGY=${TOPOLOGY} \
38
- AUTH=${AUTH} \
39
- SSL=${SSL} \
40
- STORAGE_ENGINE=${STORAGE_ENGINE} \
41
- DISABLE_TEST_COMMANDS=${DISABLE_TEST_COMMANDS} \
36
+ MONGODB_VERSION=${VERSION:- } \
37
+ TOPOLOGY=${TOPOLOGY:- } \
38
+ AUTH=${AUTH:- noauth } \
39
+ SSL=${SSL:- nossl } \
40
+ STORAGE_ENGINE=${STORAGE_ENGINE:- } \
41
+ DISABLE_TEST_COMMANDS=${DISABLE_TEST_COMMANDS:- } \
42
42
ORCHESTRATION_FILE=${ORCHESTRATION_FILE:- } \
43
- REQUIRE_API_VERSION=${REQUIRE_API_VERSION} \
44
- LOAD_BALANCER=${LOAD_BALANCER} \
43
+ REQUIRE_API_VERSION=${REQUIRE_API_VERSION:- } \
44
+ LOAD_BALANCER=${LOAD_BALANCER:- } \
45
45
bash ${DRIVERS_TOOLS} /.evergreen/run-orchestration.sh
46
46
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
You can’t perform that action at this time.
0 commit comments