Skip to content

Commit

Permalink
Remove checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
abagshaw committed Feb 26, 2018
1 parent eb26956 commit a6a957d
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,7 +12,7 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- v1-weights-{{ checksum "./bin/yolo.weights" }}
- v1-weights

- run:
name: install dependencies
Expand All @@ -33,7 +33,7 @@ jobs:
- save_cache:
paths:
- ./bin #Cache .weight files
key: v1-weights-{{ checksum "./bin/yolo.weights" }}
key: v1-weights

- run:
name: upload coverage results
Expand Down

0 comments on commit a6a957d

Please sign in to comment.