Skip to content

Commit ca7fc16

Browse files
committed
Replace sh with bash (#1358)
JAVA-5359
1 parent 7d80e83 commit ca7fc16

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
@@ -150,7 +150,7 @@ functions:
150150
${PREPARE_SHELL}
151151
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} \
152152
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
154154
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
155155
- command: expansions.update
156156
params:
@@ -628,7 +628,7 @@ functions:
628628
OCSP_TLS_SHOULD_SUCCEED="${OCSP_TLS_SHOULD_SUCCEED}" \
629629
OCSP_MUST_STAPLE="${OCSP_MUST_STAPLE}" \
630630
JAVA_VERSION="${JAVA_VERSION}" \
631-
sh ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
631+
bash ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
632632
633633
"run-valid-ocsp-server-ca-responder":
634634
- command: shell.exec

0 commit comments

Comments
 (0)