fix(basic.gbapp): AS IMAGE testing.
This commit is contained in:
parent
7d00bf17de
commit
003d66a662
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ export class GBDeployer implements IGBDeployer {
|
|||
|
||||
// Start the process of searching.
|
||||
|
||||
GBLog.info(`Starting looking for packages (.gbot, .gbtheme, .gbkb, .gbapp)...`);
|
||||
GBLog.info(`Deploying Application Packages...`);
|
||||
await CollectionUtil.asyncForEach(paths, async e => {
|
||||
GBLog.info(`Looking in: ${e}...`);
|
||||
await scanPackageDirectory(e);
|
||||
|
|
|
@ -184,7 +184,7 @@ export class GBServer {
|
|||
|
||||
// Deploys system and user packages.
|
||||
|
||||
GBLog.info(`Deploying packages...`);
|
||||
GBLog.info(`Deploying System packages...`);
|
||||
GBServer.globals.sysPackages = await core.loadSysPackages(core);
|
||||
GBLog.info(`Connecting to Bot Storage...`);
|
||||
await core.checkStorage(azureDeployer);
|
||||
|
|
Loading…
Add table
Reference in a new issue