parametrized working directory (#185)

* parametrized working directory

* manifests v3.0
This commit is contained in:
Reinier Timmer
2020-11-25 00:55:26 +01:00
committed by GitHub
parent 4e93879b8f
commit ee8fb5a388
10 changed files with 34 additions and 3 deletions

View File

@@ -342,6 +342,10 @@ spec:
value: abcd1234
securityContext:
runAsUser: 0
# if workDir is not specified, the default working directory is /runner/_work
# this setting allows you to customize the working directory location
# for example, the below setting is the same as on the ubuntu-18.04 image
workDir: /home/runner/work
```
## Runner labels