File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ set -euo pipefail
19
19
./bin/atlas config init -P __e2e
20
20
./bin/atlas config set output plaintext -P __e2e
21
21
./bin/atlas config set telemetry_enabled false -P __e2e
22
+ ./bin/atlas config set ops_manager_url https://cloud-dev.mongodb.com/ -P __e2e
22
23
23
24
./bin/atlas config delete __e2e_snapshot --force > /dev/null 2>&1 || true
24
25
@@ -28,14 +29,14 @@ CONFIG_PATH=$(./bin/atlas config edit 2>/dev/null)
28
29
cat << EOF >> "$CONFIG_PATH "
29
30
30
31
[__e2e_snapshot]
31
- org_id = 'a0123456789abcdef012345a'
32
- project_id = 'b0123456789abcdef012345b'
33
- public_api_key = 'ABCDEF01'
34
- private_api_key = '12345678-abcd-ef01-2345-6789abcdef01'
35
- ops_manager_url = 'http://localhost:8080/'
36
- service = 'cloud'
37
- telemetry_enabled = false
38
- output = 'plaintext'
32
+ org_id = 'a0123456789abcdef012345a'
33
+ project_id = 'b0123456789abcdef012345b'
34
+ public_api_key = 'ABCDEF01'
35
+ private_api_key = '12345678-abcd-ef01-2345-6789abcdef01'
36
+ ops_manager_url = 'http://localhost:8080/'
37
+ service = 'cloud'
38
+ telemetry_enabled = false
39
+ output = 'plaintext'
39
40
EOF
40
41
41
42
echo " Added e2e profiles to $CONFIG_PATH "
You can’t perform that action at this time.
0 commit comments