cleanup
parent
65d3e8d963
commit
e4a5e761a9
|
@ -212,7 +212,7 @@ export class CloudRunnerCustomSteps {
|
||||||
for (const secret of step.secrets) {
|
for (const secret of step.secrets) {
|
||||||
if (secret.ParameterValue === undefined && process.env[secret.EnvironmentVariable] !== undefined) {
|
if (secret.ParameterValue === undefined && process.env[secret.EnvironmentVariable] !== undefined) {
|
||||||
if (CloudRunner.buildParameters?.cloudRunnerDebug) {
|
if (CloudRunner.buildParameters?.cloudRunnerDebug) {
|
||||||
CloudRunnerLogger.log(`Injecting custom step ${step.name} from env var ${secret.ParameterKey}`);
|
// CloudRunnerLogger.log(`Injecting custom step ${step.name} from env var ${secret.ParameterKey}`);
|
||||||
}
|
}
|
||||||
secret.ParameterValue = process.env[secret.ParameterKey] || ``;
|
secret.ParameterValue = process.env[secret.ParameterKey] || ``;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue