Skip to content

Commit

Permalink
chore(ci): fix mongosh integration (#2706)
Browse files Browse the repository at this point in the history
Adds the `DISTRO_ID` environment variable to evergreen to
download the correct mongod server package
  • Loading branch information
addaleax committed Jan 20, 2021
1 parent 9a5e962 commit 518655d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ functions:
working_dir: src
script: |
${PREPARE_SHELL}
export DISTRO_ID=${distro_id}
bash ${PROJECT_DIRECTORY}/.evergreen/run-mongosh-integration-tests.sh
cleanup:
- command: shell.exec
Expand Down
1 change: 1 addition & 0 deletions .evergreen/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ functions:
working_dir: "src"
script: |
${PREPARE_SHELL}
export DISTRO_ID=${distro_id}
bash ${PROJECT_DIRECTORY}/.evergreen/run-mongosh-integration-tests.sh

"cleanup":
Expand Down

0 comments on commit 518655d

Please sign in to comment.