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:
Stavros Kois
2022-11-12 20:06:22 +02:00
committed by GitHub
parent e5deeaf4fd
commit 881c939dc0
2 changed files with 35 additions and 7 deletions
+2
View File
@@ -54,3 +54,5 @@ chartsrepo/
.cr-index/
website/
pub/
tgz_cache/
index_cache/