diff --git a/.github/workflows/cloud-runner-ci-pipeline.yml b/.github/workflows/cloud-runner-ci-pipeline.yml index b176d157..2dec228b 100644 --- a/.github/workflows/cloud-runner-ci-pipeline.yml +++ b/.github/workflows/cloud-runner-ci-pipeline.yml @@ -102,7 +102,7 @@ jobs: fail-fast: false matrix: providerStrategy: - # - aws + - aws - local-docker - k8s test: diff --git a/dist/index.js b/dist/index.js index 73766848..c1e228f9 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 e77c3e21..5766303f 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 cd425c94..194b9d9c 100644 --- a/src/model/cloud-runner/remote-client/index.ts +++ b/src/model/cloud-runner/remote-client/index.ts @@ -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(``)); }