disable aws pipe for now

This commit is contained in:
Frostebite 2023-07-10 22:57:38 +01:00
parent 3488cec531
commit 334afd83b2
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -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(``));
}