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_cache:
|
||||
key: registry
|
||||
key: registry-2
|
||||
save_registry: &SAVE_REGISTRY
|
||||
save_cache:
|
||||
key: registry-{{ .BuildNum }}
|
||||
key: registry-2-{{ .BuildNum }}
|
||||
paths:
|
||||
- /usr/local/cargo/registry/index
|
||||
openssl_key: &OPENSSL_KEY
|
||||
|
|
|
|||
Loading…
Reference in New Issue