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 @@ -155,7 +155,7 @@ functions:
155
155
${PREPARE_SHELL}
156
156
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} \
157
157
AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} \
158
- INSTALL_LEGACY_SHELL=${INSTALL_LEGACY_SHELL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
158
+ INSTALL_LEGACY_SHELL=${INSTALL_LEGACY_SHELL} bash ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
159
159
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
160
160
- command : expansions.update
161
161
params :
@@ -630,7 +630,7 @@ functions:
630
630
OCSP_TLS_SHOULD_SUCCEED="${OCSP_TLS_SHOULD_SUCCEED}" \
631
631
OCSP_MUST_STAPLE="${OCSP_MUST_STAPLE}" \
632
632
JAVA_VERSION="${JAVA_VERSION}" \
633
- sh ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
633
+ bash ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
634
634
635
635
" run-valid-ocsp-server-ca-responder " :
636
636
- command : shell.exec
You can’t perform that action at this time.
0 commit comments