@@ -86,7 +86,7 @@ Download and install the correct binary for your OS.
86
86
87
87
1 . Download the binary for your system
88
88
```
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'
90
90
```
91
91
92
92
2 . Give it permission to execute
@@ -113,7 +113,7 @@ chmod +x harness-runner
113
113
114
114
1 . Download the binary for your system
115
115
```
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'
117
117
```
118
118
119
119
2 . Give it permission to execute
@@ -140,7 +140,7 @@ chmod +x harness-runner
140
140
141
141
1 . Download the binary for your system
142
142
```
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
144
144
```
145
145
146
146
2 . Give it permission to execute
@@ -171,7 +171,7 @@ nohup ./harness-runner server --env-file config.env > nohup-runner.out 2>&1 &
171
171
172
172
1 . Download the binary for your system
173
173
```
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
175
175
```
176
176
177
177
2 . Give it permission to execute
@@ -253,4 +253,4 @@ You can find the delegate logs in the following files:
253
253
254
254
This video walks through an end to end demo of the delegate installation, including usage and a pipeline execution.
255
255
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