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 35
35
36
36
MONGODB_VERSION=${VERSION} \
37
37
TOPOLOGY=${TOPOLOGY} \
38
- AUTH=${AUTH} \
39
- SSL=${SSL} \
38
+ AUTH=${AUTH:- noauth } \
39
+ SSL=${SSL:- nossl } \
40
40
STORAGE_ENGINE=${STORAGE_ENGINE:- } \
41
41
DISABLE_TEST_COMMANDS=${DISABLE_TEST_COMMANDS:- } \
42
42
ORCHESTRATION_FILE=${ORCHESTRATION_FILE:- } \
Original file line number Diff line number Diff line change @@ -52,9 +52,6 @@ export SKIP_HATCH="${SKIP_HATCH:-}"
52
52
export skip_crypt_shared="${skip_crypt_shared:- } "
53
53
export STORAGE_ENGINE="${STORAGE_ENGINE:- } "
54
54
export REQUIRE_API_VERSION="${REQUIRE_API_VERSION:- } "
55
- export AUTH="${AUTH:- noauth} "
56
- export SSL="${SSL:- nossl} "
57
-
58
55
59
56
export TMPDIR="$MONGO_ORCHESTRATION_HOME /db"
60
57
export PATH="$MONGODB_BINARIES :$PATH "
You can’t perform that action at this time.
0 commit comments