Evict registry cache
It looks like the OSX build failures were caused by a corrupted repo.
This commit is contained in:
parent
c3fb53b756
commit
38ddad99af
|
|
@ -1,9 +1,9 @@
|
||||||
restore_registry: &RESTORE_REGISTRY
|
restore_registry: &RESTORE_REGISTRY
|
||||||
restore_cache:
|
restore_cache:
|
||||||
key: registry
|
key: registry-2
|
||||||
save_registry: &SAVE_REGISTRY
|
save_registry: &SAVE_REGISTRY
|
||||||
save_cache:
|
save_cache:
|
||||||
key: registry-{{ .BuildNum }}
|
key: registry-2-{{ .BuildNum }}
|
||||||
paths:
|
paths:
|
||||||
- /usr/local/cargo/registry/index
|
- /usr/local/cargo/registry/index
|
||||||
openssl_key: &OPENSSL_KEY
|
openssl_key: &OPENSSL_KEY
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue