diff --git a/processor/src/queues.ts b/processor/src/queues.ts index 42713efd2e..50111b18f4 100644 --- a/processor/src/queues.ts +++ b/processor/src/queues.ts @@ -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)