mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
disable aws pipe for now
This commit is contained in:
parent
c1a199e8e8
commit
613d7cc1c1
@ -102,7 +102,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
providerStrategy:
|
||||
# - aws
|
||||
- aws
|
||||
- local-docker
|
||||
- k8s
|
||||
test:
|
||||
|
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -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
Block a user