File tree Expand file tree Collapse file tree 4 files changed +1
-42
lines changed Expand file tree Collapse file tree 4 files changed +1
-42
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ functions:
346
346
working_dir : " src"
347
347
script : |
348
348
${PREPARE_SHELL}
349
- AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
349
+ SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
350
350
351
351
" cleanup " :
352
352
- command : shell.exec
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ set -o xtrace # Write all commands first to stderr
3
3
set -o errexit # Exit the script with error if any of the commands fail
4
4
5
5
# Supported/used environment variables:
6
- # AUTH Set to enable authentication. Defaults to "noauth"
7
6
# SSL Set to enable SSL. Defaults to "nossl"
8
7
# MONGODB_URI Set the suggested connection MONGODB_URI (including credentials and topology info)
9
- # MARCH Machine Architecture. Defaults to lowercase uname -m
10
8
11
9
12
10
AUTH=${AUTH:- noauth}
You can’t perform that action at this time.
0 commit comments