File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ DEPLOYMENT_NAME=$DIR
13
13
14
14
# Download the mongodb tar and extract the binary into the atlas directory
15
15
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
17
17
tar zxf atlas.tgz
18
- mv mongodb-atlas-cli_1.16 .0* atlas
18
+ mv mongodb-atlas-cli_1.18 .0* atlas
19
19
20
20
# 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
22
22
$atlas deployments start $DIR
23
23
CONN_STRING=$( $atlas deployments connect $DIR --connectWith connectionString)
24
24
You can’t perform that action at this time.
0 commit comments