mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: stage live external plugins
This commit is contained in:
@@ -382,6 +382,10 @@ function stageLiveTestState(params: {
|
||||
}
|
||||
|
||||
copyDirIfExists(path.join(realStateDir, "credentials"), path.join(tempStateDir, "credentials"));
|
||||
copyDirIfExists(
|
||||
path.join(realStateDir, "external-plugins"),
|
||||
path.join(tempStateDir, "external-plugins"),
|
||||
);
|
||||
copyLiveAuthProfiles(realStateDir, tempStateDir);
|
||||
|
||||
for (const authDir of LIVE_EXTERNAL_AUTH_DIRS) {
|
||||
|
||||
Reference in New Issue
Block a user