log parameters in cloud runner parameter test
parent
ab2f1dce97
commit
8a097b4a09
|
|
@ -83,7 +83,7 @@ describe('Cloud Runner', () => {
|
|||
if (typeof element.value === `string`) {
|
||||
element.value = element.value.replace(/\s+/g, '');
|
||||
}
|
||||
CloudRunnerLogger.log(`checking input/build param ${element} ${element.value}`);
|
||||
CloudRunnerLogger.log(`checking input/build param ${element.name} ${element.value}`);
|
||||
}
|
||||
}
|
||||
for (const element of environmentVariables) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue