Skip to content

Commit 2f6c311

Browse files
committed
Replace sh with bash (#1358)
JAVA-5359
1 parent 28568be commit 2f6c311

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:
@@ -632,7 +632,7 @@ functions:
632632
OCSP_TLS_SHOULD_SUCCEED="${OCSP_TLS_SHOULD_SUCCEED}" \
633633
OCSP_MUST_STAPLE="${OCSP_MUST_STAPLE}" \
634634
JAVA_VERSION="${JAVA_VERSION}" \
635-
sh ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
635+
bash ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-test.sh
636636
637637
"run-valid-ocsp-server-ca-responder":
638638
- command: shell.exec

0 commit comments

Comments
 (0)