We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94d328 commit 1d5e622Copy full SHA for 1d5e622
.evergreen/config/functions.yml
@@ -176,6 +176,15 @@ functions:
176
${PREPARE_SHELL}
177
SKIP_LEGACY_SHELL=true \
178
bash ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
179
+ - command: shell.exec
180
+ params:
181
+ include_expansions_in_env:
182
+ - MONGODB_VERSION
183
+ - TOPOLOGY
184
+ script: |
185
+ printf "\n" >> mo-expansion.yml
186
+ printf "MONGODB_VERSION: '%s'\n" "${MONGODB_VERSION}" >> mo-expansion.yml
187
+ printf "TOPOLOGY: '%s'\n" "${TOPOLOGY}" >> mo-expansion.yml
188
# run-orchestration generates expansion file with MONGODB_URI and CRYPT_SHARED_LIB_PATH
189
- command: expansions.update
190
params:
0 commit comments