Skip to content

Commit 492e7db

Browse files
commit
1 parent 7653de6 commit 492e7db

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,6 @@ Run schema registration first to:
323323
**macOS/Linux:**
324324

325325
```bash
326-
normalize_script() {
327-
local file="$1"
328-
tr -d '\r' < "$file" > "${file}.tmp" && mv "${file}.tmp" "$file"
329-
}
330-
331-
normalize_script ./infra/scripts/register_schemas.sh
332-
normalize_script ./infra/scripts/post_deployment.sh
333326
bash ./infra/scripts/register_schemas.sh
334327
```
335328

@@ -353,13 +346,6 @@ After schema registration completes, upload the sample bundles as a separate exp
353346
**macOS/Linux:**
354347

355348
```bash
356-
normalize_script() {
357-
local file="$1"
358-
tr -d '\r' < "$file" > "${file}.tmp" && mv "${file}.tmp" "$file"
359-
}
360-
361-
normalize_script ./infra/scripts/upload_sample_data.sh
362-
normalize_script ./infra/scripts/post_deployment.sh
363349
bash ./infra/scripts/upload_sample_data.sh
364350
```
365351

@@ -376,13 +362,6 @@ Run authentication setup as an explicit step after post-deployment data setup:
376362
**macOS/Linux:**
377363

378364
```bash
379-
normalize_script() {
380-
local file="$1"
381-
tr -d '\r' < "$file" > "${file}.tmp" && mv "${file}.tmp" "$file"
382-
}
383-
384-
normalize_script ./infra/scripts/setup_auth.sh
385-
normalize_script ./infra/scripts/configure_auth.sh
386365
bash ./infra/scripts/setup_auth.sh
387366
```
388367

0 commit comments

Comments
 (0)