Skip to content

Commit adffc61

Browse files
authored
Replace sh with bash (#1358)
JAVA-5359
1 parent 60adbae commit adffc61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/.evg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ functions:
155155
${PREPARE_SHELL}
156156
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} \
157157
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
159159
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
160160
- command: expansions.update
161161
params:
@@ -630,7 +630,7 @@ functions:
630630
OCSP_TLS_SHOULD_SUCCEED="${OCSP_TLS_SHOULD_SUCCEED}" \
631631
OCSP_MUST_STAPLE="${OCSP_MUST_STAPLE}" \
632632
JAVA_VERSION="${JAVA_VERSION}" \
633-
sh ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
633+
bash ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
634634
635635
"run-valid-ocsp-server-ca-responder":
636636
- command: shell.exec

0 commit comments

Comments
 (0)