Fix build. (#11)

* Fix.

* Husky commit correct node modules

* update temp in installer
This commit is contained in:
Stephen Franceschelli
2019-07-30 14:01:45 -04:00
committed by Danny McCormick
parent 596a6da241
commit c0655ddd33
22 changed files with 390 additions and 323 deletions

View File

@ -7,8 +7,8 @@ const toolDir = path.join(__dirname, 'runner', 'tools');
const tempDir = path.join(__dirname, 'runner', 'temp');
const javaDir = path.join(__dirname, 'runner', 'java');
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
process.env['RUNNER_TOOL_CACHE'] = toolDir;
process.env['RUNNER_TEMP'] = tempDir;
import * as installer from '../src/installer';
let javaFilePath = '';