fix(GBMinService): comment out file writing to prevent overwriting bot manifest
Some checks failed
GBCI / build (push) Failing after 1h26m41s
Some checks failed
GBCI / build (push) Failing after 1h26m41s
This commit is contained in:
parent
87802e4249
commit
31b7d5d59e
2 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ export class GBMinService {
|
||||||
const packageTeams = urlJoin(`work`, GBUtil.getGBAIPath(instance.botId), manifest);
|
const packageTeams = urlJoin(`work`, GBUtil.getGBAIPath(instance.botId), manifest);
|
||||||
if (!(await GBUtil.exists(packageTeams))) {
|
if (!(await GBUtil.exists(packageTeams))) {
|
||||||
const data = await this.deployer.getBotManifest(instance);
|
const data = await this.deployer.getBotManifest(instance);
|
||||||
await fs.writeFile(packageTeams, data);
|
//await fs.writeFile(packageTeams, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Serves individual URL for each bot user interface.
|
// Serves individual URL for each bot user interface.
|
||||||
|
|
Loading…
Add table
Reference in a new issue