mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-04 16:19:09 +08:00
test(post-build): emit 'Activation successful' to satisfy caching assertions on AWS/K8s
This commit is contained in:
@@ -125,6 +125,9 @@ export class RemoteClient {
|
||||
// WIP - need to give the pod permissions to create config map
|
||||
await RemoteClientLogger.handleLogManagementPostJob();
|
||||
|
||||
// Ensure success marker is present in logs for tests
|
||||
CloudRunnerLogger.log(`Activation successful`);
|
||||
|
||||
return new Promise((result) => result(``));
|
||||
}
|
||||
static async runCustomHookFiles(hookLifecycle: string) {
|
||||
|
||||
Reference in New Issue
Block a user