File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ functions:
150
150
${PREPARE_SHELL}
151
151
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} \
152
152
AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} \
153
- INSTALL_LEGACY_SHELL=${INSTALL_LEGACY_SHELL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
153
+ INSTALL_LEGACY_SHELL=${INSTALL_LEGACY_SHELL} bash ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
154
154
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
155
155
- command : expansions.update
156
156
params :
@@ -628,7 +628,7 @@ functions:
628
628
OCSP_TLS_SHOULD_SUCCEED="${OCSP_TLS_SHOULD_SUCCEED}" \
629
629
OCSP_MUST_STAPLE="${OCSP_MUST_STAPLE}" \
630
630
JAVA_VERSION="${JAVA_VERSION}" \
631
- sh ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
631
+ bash ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
632
632
633
633
" run-valid-ocsp-server-ca-responder " :
634
634
- command : shell.exec
You can’t perform that action at this time.
0 commit comments