Log to google for GCP_LOGGING
parent
5a655e59e7
commit
0e6f85b587
|
|
@ -2725,12 +2725,6 @@ class TaskParameterSerializer {
|
|||
const configurableHooks = cloud_runner_build_command_process_1.CloudRunnerBuildCommandProcessor.getHooks();
|
||||
const secrets = configurableHooks
|
||||
.map((x) => x.secrets)
|
||||
.map((z) => z.length > 1
|
||||
? z
|
||||
.map((x) => [x])
|
||||
// eslint-disable-next-line unicorn/no-array-reduce
|
||||
.reduce((x, y) => [...x, ...y])
|
||||
: z)
|
||||
// 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,14 +30,6 @@ export class TaskParameterSerializer {
|
|||
const configurableHooks = CloudRunnerBuildCommandProcessor.getHooks();
|
||||
const secrets = configurableHooks
|
||||
.map((x) => x.secrets)
|
||||
.map((z) =>
|
||||
z.length > 1
|
||||
? z
|
||||
.map((x) => [x])
|
||||
// eslint-disable-next-line unicorn/no-array-reduce
|
||||
.reduce((x, y) => [...x, ...y])
|
||||
: z,
|
||||
)
|
||||
// eslint-disable-next-line unicorn/no-array-reduce
|
||||
.reduce((x, y) => [...x, ...y]);
|
||||
array.push(secrets);
|
||||
|
|
|
|||
Loading…
Reference in New Issue