Skip to content

Commit

Permalink
fixup! fix(ci): add -repo to repo cache names to not match with deps …
Browse files Browse the repository at this point in the history
…cache
  • Loading branch information
minimal committed Apr 14, 2021
1 parent 5e274ac commit ac118e6
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 @@ -72,7 +72,7 @@ jobs:
- *restore_repo
- checkout
- save_cache:
key: v1-jackdaw-{{ .Branch }}-{{ .Revision }}
key: v1-jackdaw-repo-{{ .Branch }}-{{ .Revision }}
paths:
- .
checkout_tags:
Expand All @@ -96,7 +96,7 @@ jobs:
git fetch --force origin "refs/tags/${CIRCLE_TAG}:refs/tags/${CIRCLE_TAG}"
- checkout
- save_cache:
key: v1-jackdaw-{{ .Branch }}-{{ .Revision }}
key: v1-jackdaw-repo-{{ .Branch }}-{{ .Revision }}
paths:
- .
deps:
Expand Down

0 comments on commit ac118e6

Please sign in to comment.