Skip to content

Commit 5b6c4d7

Browse files
JibolaJib
andauthored
PYTHON-4287: Update Atlas CLI to 1.18 (#13)
* update atlas to 1.18 * check for directory * Update .evergreen/provision-atlas.sh --------- Co-authored-by: Jib <[email protected]>
1 parent 472ba19 commit 5b6c4d7

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)