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

@ -16,7 +16,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
};
Object.defineProperty(exports, "__esModule", { value: true });
const core = __importStar(require("@actions/core"));
const installer = __importStar(require("./installer"));
// import * as installer from './installer';
function run() {
return __awaiter(this, void 0, void 0, function* () {
try {
@ -26,7 +26,7 @@ function run() {
//
const version = core.getInput('version');
if (version) {
yield installer.getGo(version);
// await installer.getGo(version);
}
// TODO: setup proxy from runner proxy config
// TODO: problem matchers registered