Skip to content

Commit

Permalink
Print cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Apr 27, 2022
1 parent 3116e73 commit 7417601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commands:
steps:
- run:
name: Prepare cache key
command: tools/make-certs-cache-key.sh > certs_cache_key
command: tools/make-certs-cache-key.sh > certs_cache_key && cat certs_cache_key
- restore_cache:
name: Restore certificates
key: *CERT_KEY
Expand All @@ -42,7 +42,7 @@ commands:
name: Print cert hashes for debugging
command: find tools/ssl -type f -exec md5sum {} \; | sort
- run:
name: Continue if certificate data is valid
name: Continue if certificate exists
command: test -f tools/ssl/mongooseim/key.pem
- save_cache:
name: Cache built certs
Expand Down

0 comments on commit 7417601

Please sign in to comment.