Skip to content

Commit

Permalink
Merge pull request #119 from depot/dynamic-health
Browse files Browse the repository at this point in the history
Fix root path for reporting storage usage
  • Loading branch information
jacobwgillespie authored Aug 6, 2024
2 parents d0728da + 18f474c commit 5646bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/buildkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ keepBytes = ${cacheSizeBytes}
try {
await Promise.all([
buildkit,
reportHealth({machineId, signal, headers, path: '/var/lib/buildkit'}),
reportHealth({machineId, signal, headers, path: rootDir}),
reportUsage({machineId, signal, headers}),
])
} catch (error) {
Expand Down

0 comments on commit 5646bbd

Please sign in to comment.