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 fc5b166 commit 2ad877bCopy full SHA for 2ad877b
.evergreen/config/functions.yml
@@ -158,6 +158,13 @@ functions:
158
LOAD_BALANCER=${LOAD_BALANCER} \
159
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} \
160
bash ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
161
+ - command: shell.exec
162
+ params:
163
+ script: |
164
+ printf "\n" >> mo-expansion.yml
165
+ printf "MONGODB_VERSION: '%s'\n" "${MONGODB_VERSION}" >> mo-expansion.yml
166
+ printf "TOPOLOGY: '%s'\n" "${TOPOLOGY}" >> mo-expansion.yml
167
+ cat mo-expansion.yml
168
# run-orchestration generates expansion file with MONGODB_URI and CRYPT_SHARED_LIB_PATH
169
- command: expansions.update
170
params:
0 commit comments