fix(core.gbapp): SaaS missing in PROD.
This commit is contained in:
parent
f847c09c89
commit
63e908fbd0
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue