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 115358e commit 4b5301eCopy full SHA for 4b5301e
.evergreen/utils.sh
@@ -62,7 +62,8 @@ setup_local_atlas() {
62
git clone https://github.com/mongodb-labs/drivers-evergreen-tools || true
63
. drivers-evergreen-tools/.evergreen/run-orchestration.sh --local-atlas
64
popd
65
- echo "CONN_STRING=mongodb://127.0.0.1:27017/?directConnection=true" > $SCRIPT_DIR/.local_atlas_uri
+ export CONN_STRING"=mongodb://127.0.0.1:27017/?directConnection=true"
66
+ echo "CONN_STRING=$CONN_STRING" > $SCRIPT_DIR/.local_atlas_uri
67
}
68
69
fetch_local_atlas_uri() {
0 commit comments