We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7084d4 commit a47542bCopy full SHA for a47542b
evergreen/evergreen.yml
@@ -101,7 +101,7 @@ functions:
101
params:
102
script: |
103
${PREPARE_SHELL}
104
- OS=${OS} sh ${PROJECT_DIRECTORY}/evergreen/install-dotnet.sh
+ sh ${PROJECT_DIRECTORY}/evergreen/install-dotnet.sh
105
106
prepare-resources:
107
- command: shell.exec
@@ -437,7 +437,8 @@ functions:
437
MONGODB_URI: ${plain_auth_mongodb_uri}
438
439
440
- . evergreen/run-plain-auth-tests.sh
+ OS=${OS} \
441
+ evergreen/run-plain-auth-tests.sh
442
443
run-performance-tests:
444
@@ -738,7 +739,6 @@ functions:
738
739
740
set +x
741
- OS=${OS} \
742
AUTH=${AUTH} \
743
SSL=${SSL} \
744
MONGODB_URI="${MONGODB_URI}" \
0 commit comments