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

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed May 30, 2018
1 parent 913eaf8 commit 04a38c0
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 @@ -12,14 +12,14 @@ jobs:

- restore_cache:
keys:
- "vendor-dep-{{ checksum "Gopkg.lock" }}"
- vendor-dep-{{ checksum "Gopkg.lock" }}

- run: dep ensure -vendor-only

- save_cache:
key: "vendor-dep-{{ checksum "Gopkg.lock" }}"
key: vendor-dep-{{ checksum "Gopkg.lock" }}
paths:
- "./vendor"
- ./vendor

- run:
name: Build
Expand Down

0 comments on commit 04a38c0

Please sign in to comment.