Temporarily remove installation so it can be reviewed

This commit is contained in:
Danny McCormick 2019-06-20 13:09:43 -04:00
parent cef575caea
commit 263a218578
4 changed files with 4 additions and 268 deletions

View file

@ -1,5 +1,5 @@
import * as core from '@actions/core';
import * as installer from './installer';
// import * as installer from './installer';
async function run() {
try {
@ -9,7 +9,7 @@ async function run() {
//
const version = core.getInput('version');
if (version) {
await installer.getGo(version);
// await installer.getGo(version);
}
// TODO: setup proxy from runner proxy config