Log to google for GCP_LOGGING

pull/310/head
Frostebite 2022-01-01 22:16:33 +00:00
parent 3ff957c111
commit b0e865ebaa
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -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);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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);