Skip to content

Commit 94aca71

Browse files
mabaasitgribnoysup
authored andcommitted
fix doc
1 parent cd12414 commit 94aca71

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.evergreen/start-atlas-cloud-cluster.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ DELETE_AFTER="$(date -u -Iseconds -d '+2 hours' 2>/dev/null || date -u -Iseconds
1717
# You can only use your work emails with a subaddress to create those (e.g,
1818
1919
#
20-
# - Setup a new org and project. Save the org id and project id for later.# - Add payment details within the organization (Billing) to be able to create
21-
# clusters. You can use test stripe card for that (4242 4242 4242 4242).
20+
# - Setup a new org and project. Save the org id and project id for later.
21+
#
22+
# - Add test payment details within the organization (Billing) to be able to
23+
# create clusters.
2224
#
2325
# - Create a new API key (Access Manager > Project Access > Create Application >
2426
# API Key) for the project you created and save the public and private keys.
@@ -45,6 +47,7 @@ DELETE_AFTER="$(date -u -Iseconds -d '+2 hours' 2>/dev/null || date -u -Iseconds
4547
#
4648
# (ATLAS_CLOUD_TEST_CLUSTER_NAME="TestCluster" source .evergreen/start-atlas-cloud-cluster.sh \
4749
# && npm run -w compass-e2e-tests test web -- --test-atlas-cloud-sandbox --test-filter="atlas-cloud/**/*")
50+
4851
_ATLAS_CLOUD_TEST_CLUSTER_NAME=${ATLAS_CLOUD_TEST_CLUSTER_NAME:-""}
4952

5053
# Atlas limits the naming to something like /^[\w\d-]{,23}$/ (and will auto

0 commit comments

Comments
 (0)