Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mabaasit authored and gribnoysup committed Nov 1, 2024
1 parent cd12414 commit 94aca71
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .evergreen/start-atlas-cloud-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ DELETE_AFTER="$(date -u -Iseconds -d '+2 hours' 2>/dev/null || date -u -Iseconds
# You can only use your work emails with a subaddress to create those (e.g,
# [email protected]).
#
# - 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
# clusters. You can use test stripe card for that (4242 4242 4242 4242).
# - Setup a new org and project. Save the org id and project id for later.
#
# - Add test payment details within the organization (Billing) to be able to
# create clusters.
#
# - Create a new API key (Access Manager > Project Access > Create Application >
# API Key) for the project you created and save the public and private keys.
Expand All @@ -45,6 +47,7 @@ DELETE_AFTER="$(date -u -Iseconds -d '+2 hours' 2>/dev/null || date -u -Iseconds
#
# (ATLAS_CLOUD_TEST_CLUSTER_NAME="TestCluster" source .evergreen/start-atlas-cloud-cluster.sh \
# && npm run -w compass-e2e-tests test web -- --test-atlas-cloud-sandbox --test-filter="atlas-cloud/**/*")

_ATLAS_CLOUD_TEST_CLUSTER_NAME=${ATLAS_CLOUD_TEST_CLUSTER_NAME:-""}

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

0 comments on commit 94aca71

Please sign in to comment.