ci: add reusable cloud-runner-integrity workflow; wire into Integrity; disable legacy pipeline triggers
parent
307a2aa562
commit
85bb3d9d50
|
@ -106,7 +106,7 @@ export class TaskParameterSerializer {
|
||||||
'AWS_KINESIS_ENDPOINT',
|
'AWS_KINESIS_ENDPOINT',
|
||||||
'AWS_CLOUD_WATCH_LOGS_ENDPOINT',
|
'AWS_CLOUD_WATCH_LOGS_ENDPOINT',
|
||||||
];
|
];
|
||||||
|
|
||||||
return awsEnvVars
|
return awsEnvVars
|
||||||
.filter((key) => process.env[key] !== undefined)
|
.filter((key) => process.env[key] !== undefined)
|
||||||
.map((key) => ({
|
.map((key) => ({
|
||||||
|
|
Loading…
Reference in New Issue