Skip to content

Commit

Permalink
disable gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 15, 2024
1 parent feaa94d commit b95b9d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/.fluentci/src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down
1 change: 0 additions & 1 deletion src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit b95b9d2

Please sign in to comment.