Skip to content

Commit 7ab87b2

Browse files
committed
Merge branch 'main' into multi-index-support
2 parents cf10c23 + 5b6c4d7 commit 7ab87b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/provision-atlas.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ DEPLOYMENT_NAME=$DIR
1313

1414
# Download the mongodb tar and extract the binary into the atlas directory
1515
set -ex
16-
curl https://fastdl.mongodb.org/mongocli/mongodb-atlas-cli_1.16.0_linux_x86_64.tar.gz -o atlas.tgz
16+
curl https://fastdl.mongodb.org/mongocli/mongodb-atlas-cli_1.18.0_linux_x86_64.tar.gz -o atlas.tgz
1717
tar zxf atlas.tgz
18-
mv mongodb-atlas-cli_1.16.0* atlas
18+
mv mongodb-atlas-cli_1.18.0* atlas
1919

2020
# Create a local atlas deployment and store the connection string as an env var
21-
$atlas deployments setup $DIR --type local --force
21+
$atlas deployments setup $DIR --type local --force --debug
2222
$atlas deployments start $DIR
2323
CONN_STRING=$($atlas deployments connect $DIR --connectWith connectionString)
2424

0 commit comments

Comments
 (0)