Skip to content

Commit 4c81a75

Browse files
committed
Pull mongohouse image from ADL ECR repo (mongodb#1274)
JAVA-5235
1 parent 063578c commit 4c81a75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.evergreen/.evg.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,11 @@ functions:
160160
- command: shell.exec
161161
params:
162162
script: |
163-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
163+
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
164164
- command: shell.exec
165165
params:
166-
background: true
167166
script: |
168-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
167+
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
169168
170169
"run load-balancer":
171170
- command: shell.exec

0 commit comments

Comments
 (0)