Commits on Source 2
-
Sullivan S. authored
By default, the CI cache is shared between all jobs of all pipelines. For the lint job, it may cause failure issue because of unwanted files got from cache of other jobs (e.g. vendor files).
-
Sajot vincent authored
fix(lint): unwanted extracted cache See merge request !128