Skip to content

Commit

Permalink
Update .evergreen/run-orchestration.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
  • Loading branch information
blink1073 and eramongodb authored Sep 26, 2023
1 parent 8e096b2 commit 6337e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ cat tmp.json
URI=$(${PYTHON:-python} -c 'import json; j=json.load(open("tmp.json")); print(j["mongodb_auth_uri" if "mongodb_auth_uri" in j else "mongodb_uri"])' | tr -d '\r')
echo 'MONGODB_URI: "'$URI'"' > mo-expansion.yml
echo $URI > $DRIVERS_TOOLS/uri.txt
printf "\nCluster URI: $URI\n"
printf "\nCluster URI: %s\n" "$URI"
# Define SKIP_CRYPT_SHARED=1 to skip downloading crypt_shared. This is useful for platforms that have a
# server release but don't ship a corresponding crypt_shared release, like Amazon 2018.
if [ -z "${SKIP_CRYPT_SHARED:-}" ]; then
Expand Down

0 comments on commit 6337e16

Please sign in to comment.