Skip to content

Commit d90de95

Browse files
authored
GODRIVER-3158 Invoke all Drivers Evergreen Tools Scripts with Bash (#1580)
1 parent db1637a commit d90de95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ functions:
259259
ORCHESTRATION_FILE=${ORCHESTRATION_FILE} \
260260
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} \
261261
LOAD_BALANCER=${LOAD_BALANCER} \
262-
sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
262+
bash ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
263263
- command: expansions.update
264264
params:
265265
file: mo-expansion.yml
@@ -276,7 +276,7 @@ functions:
276276
AUTH=${AUTH} \
277277
SSL=${SSL} \
278278
ORCHESTRATION_FILE=${ORCHESTRATION_FILE} \
279-
sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
279+
bash ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
280280
- command: expansions.update
281281
params:
282282
file: mo-expansion.yml

0 commit comments

Comments
 (0)