From 06ff70612da8a17ff3a8de3c8a2cf4175c7f90bf Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Mon, 28 Sep 2020 12:06:51 +0200 Subject: [PATCH] remove git-db for now --- src/common.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/common.ts b/src/common.ts index 3270570..92e30c4 100644 --- a/src/common.ts +++ b/src/common.ts @@ -24,7 +24,7 @@ export interface CacheConfig { export interface Caches { index: CacheConfig; cache: CacheConfig; - git: CacheConfig; + // git: CacheConfig; target: CacheConfig; } @@ -62,11 +62,11 @@ export async function getCaches(): Promise { key: `${registryCache}-${lockHash}`, restoreKeys: [registryCache], }, - git: { - name: "Git Dependencies", - path: paths.git, - key: "git-db", - }, + // git: { + // name: "Git Dependencies", + // path: paths.git, + // key: "git-db", + // }, target: { name: "Target", path: paths.target,