Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed May 30, 2018
1 parent 7132979 commit 02ca8a7
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 @@ -12,12 +12,12 @@ jobs:

- restore_cache:
keys:
- v1-pkg-cache
- vendor

- run: dep ensure -vendor-only

- save_cache:
key: v1-pkg-cache
key: vendor
paths:
- "./vendor"

Expand Down

0 comments on commit 02ca8a7

Please sign in to comment.