Skip to content

Commit

Permalink
[MBUILDCACHE-74] Clean local cache for any artifact
Browse files Browse the repository at this point in the history
Not just the ones which have a package phase. Otherwise the cached
builds will be kept forever.
  • Loading branch information
mweirauch committed Nov 20, 2023
1 parent 25167ec commit 50b4b74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ public void save(
}
}
} else {
localCache.beforeSave(context);
localCache.saveBuildInfo(cacheResult, build);
}

Expand Down

0 comments on commit 50b4b74

Please sign in to comment.