mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-14 20:16:48 -07:00
ci: add reusable cloud-runner-integrity workflow; wire into Integrity; disable legacy pipeline triggers
This commit is contained in:
@@ -83,7 +83,7 @@ class ImageEnvironmentFactory {
|
|||||||
{ name: 'RUNNER_TEMP', value: process.env.RUNNER_TEMP },
|
{ name: 'RUNNER_TEMP', value: process.env.RUNNER_TEMP },
|
||||||
{ name: 'RUNNER_WORKSPACE', value: process.env.RUNNER_WORKSPACE },
|
{ name: 'RUNNER_WORKSPACE', value: process.env.RUNNER_WORKSPACE },
|
||||||
];
|
];
|
||||||
|
/* eslint-disable-next-line lines-around-comment */
|
||||||
// Always merge additional variables (e.g., secrets/env from Cloud Runner) uniquely by name
|
// Always merge additional variables (e.g., secrets/env from Cloud Runner) uniquely by name
|
||||||
for (const element of additionalVariables) {
|
for (const element of additionalVariables) {
|
||||||
if (!element || !element.name) continue;
|
if (!element || !element.name) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user