move all files to the RUNNER_TEMP directory
This commit is contained in:
parent
a0d60d5d9e
commit
5ea736059a
18 changed files with 42 additions and 61 deletions
2
lib/config-utils.js
generated
2
lib/config-utils.js
generated
|
|
@ -177,7 +177,7 @@ function initConfig() {
|
|||
return config;
|
||||
}
|
||||
function getConfigFolder() {
|
||||
return util.getRequiredEnvParam('RUNNER_WORKSPACE');
|
||||
return util.getRequiredEnvParam('RUNNER_TEMP');
|
||||
}
|
||||
function getConfigFile() {
|
||||
return path.join(getConfigFolder(), 'config');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue