Log to google for GCP_LOGGING
parent
3ff957c111
commit
b0e865ebaa
|
|
@ -2725,6 +2725,7 @@ class TaskParameterSerializer {
|
|||
const configurableHooks = cloud_runner_build_command_process_1.CloudRunnerBuildCommandProcessor.getHooks();
|
||||
const secrets = configurableHooks
|
||||
.map((x) => x.secrets)
|
||||
.filter((x) => x !== undefined && x.length > 0)
|
||||
// eslint-disable-next-line unicorn/no-array-reduce
|
||||
.reduce((x, y) => [...x, ...y]);
|
||||
array.push(secrets);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -30,6 +30,7 @@ export class TaskParameterSerializer {
|
|||
const configurableHooks = CloudRunnerBuildCommandProcessor.getHooks();
|
||||
const secrets = configurableHooks
|
||||
.map((x) => x.secrets)
|
||||
.filter((x) => x !== undefined && x.length > 0)
|
||||
// eslint-disable-next-line unicorn/no-array-reduce
|
||||
.reduce((x, y) => [...x, ...y]);
|
||||
array.push(secrets);
|
||||
|
|
|
|||
Loading…
Reference in New Issue