Skip to content

Commit

Permalink
fix early exit for registry cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Jul 2, 2023
1 parent ba2707d commit 68230b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processor/src/queues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ async function sync(gitDir, checkoutDir) {
if (registryHash != null) {
// no need to pull if we aren't going to use the latest commit
done()
return
}

log.debug('Pulling updates for', gitDir)
Expand Down

0 comments on commit 68230b6

Please sign in to comment.