diff options
| author | Steven Fackler <[email protected]> | 2017-08-10 19:59:42 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-08-10 19:59:42 -0700 |
| commit | b3f4a521859a0155357edb84c0a202eca21043c6 (patch) | |
| tree | 8d627b4901eba3f12ebb49ce9c5f8b32a8ce559b | |
| parent | Move circle config to new location (diff) | |
| download | rust-openssl-b3f4a521859a0155357edb84c0a202eca21043c6.tar.xz rust-openssl-b3f4a521859a0155357edb84c0a202eca21043c6.zip | |
Actually save the registry cache
| -rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b865ed2..24408ec6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ job: &JOB - run: ./test/add_target.sh - <<: *RESTORE_REGISTRY - run: cargo generate-lockfile - - <<: *RESTORE_REGISTRY + - <<: *SAVE_REGISTRY - run: echo "${LIBRARY}-${VERSION}-${TARGET}" > ~/lib_key - <<: *RESTORE_OPENSSL - run: ./test/build_openssl.sh |