disable aws pipe for now

pull/531/head
Frostebite 2023-07-10 22:57:38 +01:00
parent 3488cec531
commit 334afd83b2
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -4440,7 +4440,7 @@ class RemoteClient {
}
await RemoteClient.runCustomHookFiles(`after-build`);
// WIP - need to give the pod permissions to create config map
// await RemoteClientLogger.printCollectedLogs();
await remote_client_logger_1.RemoteClientLogger.printCollectedLogs();
return new Promise((result) => result(``));
}
static async runCustomHookFiles(hookLifecycle) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

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