disable aws pipe for now
parent
c1a199e8e8
commit
613d7cc1c1
|
@ -102,7 +102,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
providerStrategy:
|
||||
# - aws
|
||||
- aws
|
||||
- local-docker
|
||||
- k8s
|
||||
test:
|
||||
|
|
|
@ -4376,7 +4376,8 @@ class RemoteClient {
|
|||
await cloud_runner_system_1.CloudRunnerSystem.Run(`rm -r ${cloud_runner_folders_1.CloudRunnerFolders.ToLinuxFolder(cloud_runner_folders_1.CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute)}`);
|
||||
}
|
||||
await RemoteClient.runCustomHookFiles(`after-build`);
|
||||
await remote_client_logger_1.RemoteClientLogger.printCollectedLogs();
|
||||
// WIP - need to give the pod permissions to create config map
|
||||
// await RemoteClientLogger.printCollectedLogs();
|
||||
return new Promise((result) => result(``));
|
||||
}
|
||||
static async runCustomHookFiles(hookLifecycle) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -82,7 +82,8 @@ export class RemoteClient {
|
|||
|
||||
await RemoteClient.runCustomHookFiles(`after-build`);
|
||||
|
||||
await RemoteClientLogger.printCollectedLogs();
|
||||
// WIP - need to give the pod permissions to create config map
|
||||
// await RemoteClientLogger.printCollectedLogs();
|
||||
|
||||
return new Promise((result) => result(``));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue