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

fix: move cleanRepo to finally

parent f5b93de8
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,4 @@ async function finaliseRepo(config, branchList) {
await platform.ensureIssueClosing(
'Action Required: Fix Renovate Configuration'
);
platform.cleanRepo();
}
......@@ -26,6 +26,7 @@ async function renovateRepository(repoConfig) {
} catch (err) /* istanbul ignore next */ {
return processResult(config, await handleError(config, err));
} finally {
platform.cleanRepo();
logger.info('Finished repository');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment