Fix build. (#6)
* Fix. * Husky commit correct node modules * Fix. * Husky commit correct node modules
This commit is contained in:
committed by
Danny McCormick
parent
c164462739
commit
ee76af9e05
@@ -7,8 +7,8 @@ const toolDir = path.join(__dirname, 'runner', 'tools');
|
||||
const tempDir = path.join(__dirname, 'runner', 'temp');
|
||||
|
||||
process.env['AGENT_TOOLSDIRECTORY'] = toolDir;
|
||||
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
|
||||
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
|
||||
process.env['RUNNER_TOOL_CACHE'] = toolDir;
|
||||
process.env['RUNNER_TEMP'] = tempDir;
|
||||
|
||||
import {findRubyVersion} from '../src/installer';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user