File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -211,16 +211,15 @@ functions:
211
211
${PREPARE_SHELL}
212
212
213
213
cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake
214
- DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh build -mongohouse-local .sh
214
+ DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash pull -mongohouse-image .sh
215
215
- command : shell.exec
216
216
params :
217
217
shell : " bash"
218
- background : true
219
218
script : |
220
219
${PREPARE_SHELL}
221
220
222
221
cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake
223
- DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh run-mongohouse-local .sh
222
+ DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash run-mongohouse-image .sh
224
223
225
224
bootstrap-mongo-orchestration :
226
225
- command : shell.exec
@@ -2558,7 +2557,7 @@ buildvariants:
2558
2557
tags : ["pullrequest"]
2559
2558
display_name : " Atlas Data Lake Test"
2560
2559
run_on :
2561
- - rhel8.7 -large
2560
+ - ubuntu2004 -large
2562
2561
expansions :
2563
2562
GO_DIST : " /opt/golang/go1.20"
2564
2563
tasks :
You can’t perform that action at this time.
0 commit comments