Skip to content

fix: [DOCSTAI-1315]: update runner doc #10614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Download and install the correct binary for your OS.

1. Download the binary for your system
```
curl --output harness-runner 'https://storage.googleapis.com/harness-qa-public/public/shared/runner/0.0.1/runner-darwin-arm64'
curl --output harness-runner 'https://storage.googleapis.com/harness-qa-public/public/shared/runner/0.0.2/runner-darwin-arm64'
```

2. Give it permission to execute
Expand All @@ -113,7 +113,7 @@ chmod +x harness-runner

1. Download the binary for your system
```
curl --output harness-runner 'https://storage.googleapis.com/harness-qa-public/public/shared/runner/0.0.1/runner-darwin-amd64'
curl --output harness-runner 'https://storage.googleapis.com/harness-qa-public/public/shared/runner/0.0.2/runner-darwin-amd64'
```

2. Give it permission to execute
Expand All @@ -140,7 +140,7 @@ chmod +x harness-runner

1. Download the binary for your system
```
sudo curl --output harness-runner https://storage.googleapis.com/harness-qa-public/public/shared/runner/0.0.1/runner-linux-arm64
curl --output harness-runner https://storage.googleapis.com/harness-qa-public/public/shared/runner/0.0.2/runner-linux-arm64
```

2. Give it permission to execute
Expand Down Expand Up @@ -171,7 +171,7 @@ nohup ./harness-runner server --env-file config.env > nohup-runner.out 2>&1 &

1. Download the binary for your system
```
sudo curl --output harness-runner https://storage.googleapis.com/harness-qa-public/public/shared/runner/0.0.1/runner-linux-amd64
curl --output harness-runner https://storage.googleapis.com/harness-qa-public/public/shared/runner/0.0.2/runner-linux-amd64
```

2. Give it permission to execute
Expand Down Expand Up @@ -253,4 +253,4 @@ You can find the delegate logs in the following files:

This video walks through an end to end demo of the delegate installation, including usage and a pipeline execution.

<DocVideo src="https://www.loom.com/share/1e292d0f51004882bfd5462ef0553222?sid=487e23cb-28fc-4d2e-ac66-07197fa7dafe" />
<DocVideo src="https://www.loom.com/share/1e292d0f51004882bfd5462ef0553222?sid=487e23cb-28fc-4d2e-ac66-07197fa7dafe" />