disable aws pipe for now
parent
3488cec531
commit
334afd83b2
|
@ -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) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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(``));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue