disable aws pipe for now

This commit is contained in:
Frostebite 2023-07-06 03:40:49 +01:00
parent c1a199e8e8
commit 613d7cc1c1
4 changed files with 3 additions and 2 deletions

View File

@ -102,7 +102,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
providerStrategy: providerStrategy:
# - aws - aws
- local-docker - local-docker
- k8s - k8s
test: test:

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -82,7 +82,8 @@ export class RemoteClient {
await RemoteClient.runCustomHookFiles(`after-build`); 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(``)); return new Promise((result) => result(``));
} }