pull/310/head
Frostebite 2021-12-30 21:52:32 +00:00
parent 530604be38
commit 476cc78e2f
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ describe('Cloud Runner', () => {
const newLinePurgedFile = file
.replace(/\s+/g, '')
.replace(new RegExp(`\\[${CloudRunnerStatics.logPrefix}\\]`, 'g'), '');
// eslint-disable-next-line no-console
console.log(JSON.stringify(environmentVariables, undefined, 4));
for (const element of environmentVariables) {
if (element.value !== undefined && typeof element.value !== 'function') {
if (typeof element.value === `string`) {