File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ functions:
105
105
params :
106
106
script : |
107
107
${PREPARE_SHELL}
108
- MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
108
+ MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} bash ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
109
109
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
110
110
- command : expansions.update
111
111
params :
@@ -116,7 +116,7 @@ functions:
116
116
params :
117
117
script : |
118
118
${PREPARE_SHELL}
119
- sh ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
119
+ bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
120
120
121
121
" run perf tests " :
122
122
- command : shell.exec
@@ -125,7 +125,7 @@ functions:
125
125
working_dir : " src"
126
126
script : |
127
127
${PREPARE_SHELL}
128
- PROJECT_DIRECTORY=${PROJECT_DIRECTORY} sh ${PROJECT_DIRECTORY}/.evergreen/run-perf-tests.sh
128
+ PROJECT_DIRECTORY=${PROJECT_DIRECTORY} bash ${PROJECT_DIRECTORY}/.evergreen/run-perf-tests.sh
129
129
130
130
" attach benchmark test results " :
131
131
- command : attach.results
@@ -182,7 +182,7 @@ functions:
182
182
${PREPARE_SHELL}
183
183
file="${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh"
184
184
# Don't use ${file} syntax here because evergreen treats it as an empty expansion.
185
- [ -f "$file" ] && sh $file || echo "$file not available, skipping"
185
+ [ -f "$file" ] && bash $file || echo "$file not available, skipping"
186
186
187
187
pre :
188
188
- func : " fetch source"
You can’t perform that action at this time.
0 commit comments