mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
parent
66ae15cfc5
commit
e7515df4b1
6 changed files with 34 additions and 17 deletions
|
@ -272,7 +272,7 @@ func (rc *RunContext) vmRunner() func(*otto.Otto) {
|
|||
runner := map[string]interface{}{
|
||||
"os": "Linux",
|
||||
"temp": "/tmp",
|
||||
"tool_cache": "/tmp",
|
||||
"tool_cache": "/opt/hostedtoolcache",
|
||||
}
|
||||
|
||||
return func(vm *otto.Otto) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue