diff --git a/dist/index.js b/dist/index.js index 0b9f7c43..0e2a84e0 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 887849ab..20d60e3e 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/remote-client/index.ts b/src/model/cloud-runner/remote-client/index.ts index 194b9d9c..a1d11556 100644 --- a/src/model/cloud-runner/remote-client/index.ts +++ b/src/model/cloud-runner/remote-client/index.ts @@ -83,7 +83,7 @@ export class RemoteClient { await RemoteClient.runCustomHookFiles(`after-build`); // WIP - need to give the pod permissions to create config map - // await RemoteClientLogger.printCollectedLogs(); + await RemoteClientLogger.printCollectedLogs(); return new Promise((result) => result(``)); }