feat(ci): Download each dep to each own repo dir, and use a cached index instead of fetch each time (#4393)
* download each dep to its repo dir, to avoid confclits * only fetch index once * clean index cache on start * fancy print * make sure it's always `index.yaml` * add caches to gitignore * empty lines * don't wipe
This commit is contained in:
@@ -54,3 +54,5 @@ chartsrepo/
|
||||
.cr-index/
|
||||
website/
|
||||
pub/
|
||||
tgz_cache/
|
||||
index_cache/
|
||||
|
||||
Reference in New Issue
Block a user