Skip to content

Commit

Permalink
fix(cache): Revert "refactor: Initialize caches before repository ini…
Browse files Browse the repository at this point in the history
…t" (#27908)
  • Loading branch information
rarkins committed Mar 13, 2024
1 parent fc14189 commit eb5f0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/init/index.ts
Expand Up @@ -48,8 +48,8 @@ export async function initRepo(
let config: RenovateConfig = initializeConfig(config_);
await resetCaches();
logger.once.reset();
await initializeCaches(config as WorkerPlatformConfig);
config = await initApis(config);
await initializeCaches(config as WorkerPlatformConfig);
config = await getRepoConfig(config);
setRepositoryLogLevelRemaps(config.logLevelRemap);
checkIfConfigured(config);
Expand Down

0 comments on commit eb5f0a7

Please sign in to comment.