Skip to content
Snippets Groups Projects
Commit 968d166a authored by Rhys Arkins's avatar Rhys Arkins
Browse files

logs: log localDir

parent b68aa1d6
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ async function renovateRepository(repoConfig) {
tmpDir = await tmp.dir({ unsafeCleanup: true });
config.localDir = tmpDir.path;
}
logger.debug('Using localDir: ' + config.localDir);
config = await initRepo(config);
const { res, branches, branchList, packageFiles } = await processRepo(
config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment