File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3535
3636MONGODB_VERSION=${VERSION} \
3737 TOPOLOGY=${TOPOLOGY} \
38- AUTH=${AUTH} \
39- SSL=${SSL} \
38+ AUTH=${AUTH:- noauth } \
39+ SSL=${SSL:- nossl } \
4040 STORAGE_ENGINE=${STORAGE_ENGINE:- } \
4141 DISABLE_TEST_COMMANDS=${DISABLE_TEST_COMMANDS:- } \
4242 ORCHESTRATION_FILE=${ORCHESTRATION_FILE:- } \
Original file line number Diff line number Diff line change @@ -52,9 +52,6 @@ export SKIP_HATCH="${SKIP_HATCH:-}"
5252export skip_crypt_shared="${skip_crypt_shared:- } "
5353export STORAGE_ENGINE="${STORAGE_ENGINE:- } "
5454export REQUIRE_API_VERSION="${REQUIRE_API_VERSION:- } "
55- export AUTH="${AUTH:- noauth} "
56- export SSL="${SSL:- nossl} "
57-
5855
5956export TMPDIR="$MONGO_ORCHESTRATION_HOME /db"
6057export PATH="$MONGODB_BINARIES :$PATH "
You can’t perform that action at this time.
0 commit comments