Skip to content

Commit 518655d

Browse files
authored
chore(ci): fix mongosh integration (#2706)
Adds the `DISTRO_ID` environment variable to evergreen to download the correct mongod server package
1 parent 9a5e962 commit 518655d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ functions:
144144
working_dir: src
145145
script: |
146146
${PREPARE_SHELL}
147+
export DISTRO_ID=${distro_id}
147148
bash ${PROJECT_DIRECTORY}/.evergreen/run-mongosh-integration-tests.sh
148149
cleanup:
149150
- command: shell.exec

.evergreen/config.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ functions:
166166
working_dir: "src"
167167
script: |
168168
${PREPARE_SHELL}
169+
export DISTRO_ID=${distro_id}
169170
bash ${PROJECT_DIRECTORY}/.evergreen/run-mongosh-integration-tests.sh
170171

171172
"cleanup":

0 commit comments

Comments
 (0)