Skip to content

Commit

Permalink
Add master to fallback path for new branches
Browse files Browse the repository at this point in the history
Newly-created branches are most likely to have been based on master; if no cache exists for a repo, take master as the starting point
  • Loading branch information
MikeBishop committed Sep 9, 2019
1 parent c642ae9 commit 56e9e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
keys:
- v1-cache-git-{{ .Branch }}-{{ .Revision }}
- v1-cache-git-{{ .Branch }}
- v1-cache-git-master
- v1-cache-git-

- restore_cache:
Expand Down

0 comments on commit 56e9e1a

Please sign in to comment.