run builder in builder
parent
68cce84cf1
commit
404dba1fc1
|
|
@ -40,6 +40,7 @@ const core = __importStar(__webpack_require__(42186));
|
|||
const model_1 = __webpack_require__(41359);
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
core.info('running builder --- ');
|
||||
try {
|
||||
model_1.Action.checkCompatibility();
|
||||
model_1.Cache.verify();
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -2,6 +2,7 @@ import * as core from '@actions/core';
|
|||
import { Action, BuildParameters, Cache, Docker, ImageTag, Output, RemoteBuilder } from './model';
|
||||
|
||||
async function run() {
|
||||
core.info('running builder --- ');
|
||||
try {
|
||||
Action.checkCompatibility();
|
||||
Cache.verify();
|
||||
|
|
|
|||
Loading…
Reference in New Issue