Skip to content

Commit f872321

Browse files
authored
Merge pull request #10614 from harness/DOCSTAI-1315
fix: [DOCSTAI-1315]: update runner doc
2 parents fa656c4 + 299b187 commit f872321

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/continuous-integration/use-ci/set-up-build-infrastructure/install-delegate-2-0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Download and install the correct binary for your OS.
8686

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)