remove logs
parent
9999dcf4be
commit
b6773b9614
|
|
@ -4784,9 +4784,9 @@ class TaskParameterSerializer {
|
|||
// buildParameters[element] = base64.decode(buildParameters[element]);
|
||||
}
|
||||
}
|
||||
if (JSON.stringify(buildParameters) === JSON.stringify({})) {
|
||||
throw new Error(`Build parameters from environment are empty`);
|
||||
}
|
||||
// if (JSON.stringify(buildParameters) === JSON.stringify({})) {
|
||||
// throw new Error(`Build parameters from environment are empty`);
|
||||
// }
|
||||
return buildParameters;
|
||||
}
|
||||
static readInput() {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -98,9 +98,9 @@ export class TaskParameterSerializer {
|
|||
}
|
||||
}
|
||||
|
||||
if (JSON.stringify(buildParameters) === JSON.stringify({})) {
|
||||
throw new Error(`Build parameters from environment are empty`);
|
||||
}
|
||||
// if (JSON.stringify(buildParameters) === JSON.stringify({})) {
|
||||
// throw new Error(`Build parameters from environment are empty`);
|
||||
// }
|
||||
|
||||
return buildParameters;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue