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

logs: setMeta after updating complete

parent d21f81c0
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ export async function renovateRepository( ...@@ -48,6 +48,7 @@ export async function renovateRepository(
); );
await ensureOnboardingPr(config, packageFiles, branches); await ensureOnboardingPr(config, packageFiles, branches);
const res = await updateRepo(config, branches); const res = await updateRepo(config, branches);
setMeta({ repository: config.repository });
addSplit('update'); addSplit('update');
await setBranchCache(branches); await setBranchCache(branches);
if (res === 'automerged') { if (res === 'automerged') {
......
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