fix(core.gbapp): SaaS missing in PROD.

This commit is contained in:
me@rodrigorodriguez.com 2024-09-26 14:03:29 -03:00
parent f847c09c89
commit 63e908fbd0

View file

@ -466,6 +466,7 @@ export class GBDeployer implements IGBDeployer {
return []; return [];
} }
await asyncPromise.eachSeries(rows, async (line: any) => { await asyncPromise.eachSeries(rows, async (line: any) => {
console.log(GBUtil.toYAML(line));
if (line && line.length > 0) { if (line && line.length > 0) {
const key = line[1]?.trim(); const key = line[1]?.trim();
const value = line[2]?.trim(); const value = line[2]?.trim();