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

fix(gitfs): restore remote prune origin during fetch

parent 9354b5e3
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ class Storage {
await determineBaseBranch();
await resetToBranch(config.baseBranch);
await cleanLocalBranches();
await git.raw(['remote', 'prune', 'origin']);
const fetchSeconds = Math.round(
convertHrtime(process.hrtime(fetchStart)).seconds
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment