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 83af185 commit 8757c48Copy full SHA for 8757c48
.evergreen/provision-atlas.sh
@@ -4,7 +4,7 @@ set -eu
4
. .evergreen/utils.sh
5
6
CONN_STRING=$(setup_local_atlas)
7
-CONN_STRING=$CONN_STRING provision_atlas
+CONN_STRING=$CONN_STRING scaffold_atlas
8
9
# Get the secrets.
10
source secrets-export.sh
.evergreen/setup-remote.sh
@@ -45,4 +45,4 @@ echo "export MONGODB_URI=$MONGODB_URI" >> env.sh
45
# Ensure the remote database is populated.
46
47
48
-CONN_STRING=MONGODB_URI provision_atlas
+CONN_STRING=MONGODB_URI scaffold_atlas
0 commit comments