diff options
| author | Steven Fackler <[email protected]> | 2018-07-07 20:30:53 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-07-07 20:30:53 -0700 |
| commit | 80aa08666755a2941b5319817ba0129039fd1ae2 (patch) | |
| tree | b32aa8298451afe34932430f98e822dd109c6e56 | |
| parent | Merge pull request #937 from marcoh00/iterable-x509names (diff) | |
| download | rust-openssl-80aa08666755a2941b5319817ba0129039fd1ae2.tar.xz rust-openssl-80aa08666755a2941b5319817ba0129039fd1ae2.zip | |
Purge registry cache
Get off of a bad git repo on the osx builder
| -rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e96d5f2..0d4315dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,9 @@ restore_registry: &RESTORE_REGISTRY restore_cache: - key: registry-2 + key: registry-3 save_registry: &SAVE_REGISTRY save_cache: - key: registry-2-{{ .BuildNum }} + key: registry-3-{{ .BuildNum }} paths: - /usr/local/cargo/registry/index openssl_key: &OPENSSL_KEY |