mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-16 13:06:53 -07:00
ci: add reusable cloud-runner-integrity workflow; wire into Integrity; disable legacy pipeline triggers
This commit is contained in:
@@ -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) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user