Skip to content

Commit

Permalink
Actually save the registry cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Aug 11, 2017
1 parent 4bf369c commit b3f4a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3f4a52

Please sign in to comment.