Skip to content

Commit 76f79e4

Browse files
committed
use bash, not sh
To resolve error: ``` .evergreen/atlas_data_lake/pull-mongohouse-image.sh: 7: Bad substitution ```
1 parent aad2cf9 commit 76f79e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ functions:
193193
cd drivers-evergreen-tools
194194
export DRIVERS_TOOLS=$(pwd)
195195
196-
sh .evergreen/atlas_data_lake/pull-mongohouse-image.sh
196+
bash .evergreen/atlas_data_lake/pull-mongohouse-image.sh
197197
198198
"run_mongohouse":
199199
command: shell.exec
@@ -203,7 +203,7 @@ functions:
203203
cd drivers-evergreen-tools
204204
export DRIVERS_TOOLS=$(pwd)
205205
206-
sh .evergreen/atlas_data_lake/run-mongohouse-image.sh
206+
bash .evergreen/atlas_data_lake/run-mongohouse-image.sh
207207
208208
"test_mongohouse":
209209
command: shell.exec

0 commit comments

Comments
 (0)