Skip to content

Commit

Permalink
Merge pull request #2 from rickihastings/fix/issue-1
Browse files Browse the repository at this point in the history
fix: ignore source file to support remote cache sharing
  • Loading branch information
davidgarciab authored Nov 2, 2023
2 parents 461f765 + 31a9e28 commit 8a9455c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks-runner/gcp-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export class GcpCache implements RemoteCache {
gzip: true,
file: tgzFilePath,
cwd: cacheDirectory,
filter: (path) => path !== `${hash}/source`,
},
[hash],
);
Expand Down

0 comments on commit 8a9455c

Please sign in to comment.