mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Exclude cc-keystore from Gradle User Home
This commit is contained in:
@@ -144,7 +144,7 @@ export class GradleStateCache {
|
||||
*/
|
||||
private async deleteExcludedPaths(): Promise<void> {
|
||||
const rawPaths: string[] = params.getCacheExcludes()
|
||||
// rawPaths.push('caches/*/cc-keystore')
|
||||
rawPaths.push('caches/*/cc-keystore')
|
||||
const resolvedPaths = rawPaths.map(x => path.resolve(this.gradleUserHome, x))
|
||||
|
||||
for (const p of resolvedPaths) {
|
||||
|
||||
Reference in New Issue
Block a user