diff --git a/example/.fluentci/src/dagger/lib.ts b/example/.fluentci/src/dagger/lib.ts index dae847f..9c477c1 100644 --- a/example/.fluentci/src/dagger/lib.ts +++ b/example/.fluentci/src/dagger/lib.ts @@ -37,7 +37,6 @@ export const getDirectory = async ( export const withSrc = (ctr: Container, context: Directory) => ctr .withMountedCache("/app/android/.gradle", dag.cacheVolume("gradle")) - .withMountedCache("/root/.gradle", dag.cacheVolume("gradle-cache")) .withMountedCache("/app/android/app/build", dag.cacheVolume("build")) .withMountedCache("/app/vendor", dag.cacheVolume("vendor")) .withMountedCache("/app/node_modules", dag.cacheVolume("node_modules")) diff --git a/src/dagger/lib.ts b/src/dagger/lib.ts index dae847f..9c477c1 100644 --- a/src/dagger/lib.ts +++ b/src/dagger/lib.ts @@ -37,7 +37,6 @@ export const getDirectory = async ( export const withSrc = (ctr: Container, context: Directory) => ctr .withMountedCache("/app/android/.gradle", dag.cacheVolume("gradle")) - .withMountedCache("/root/.gradle", dag.cacheVolume("gradle-cache")) .withMountedCache("/app/android/app/build", dag.cacheVolume("build")) .withMountedCache("/app/vendor", dag.cacheVolume("vendor")) .withMountedCache("/app/node_modules", dag.cacheVolume("node_modules"))