Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-albert committed Feb 25, 2019
1 parent aa883e1 commit b67f2c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:

- restore_cache:
keys:
- v3-git-{{ .Branch }}-{{ .Revision }}
- v3-git-{{ .Branch }}
- v1-git-{{ .Branch }}-{{ .Revision }}
- v1-git-{{ .Branch }}-

- checkout

- save_cache:
paths:
- .git
key: v3-git-{{ .Branch }}-{{ .Revision }}
key: v1-git-{{ .Branch }}-{{ .Revision }}

- restore_cache:
keys:
Expand Down

0 comments on commit b67f2c6

Please sign in to comment.