Skip to content

Commit

Permalink
Fix circleCI composer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Mar 12, 2019
1 parent ec80788 commit 76f411b
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 @@ -29,9 +29,9 @@ jobs:
- restore_cache:
keys:
# "composer.lock" can be used if it is committed to the repo
- v1-dependencies-{{ checksum "composer.lock" }}
- composer-v1-{{ checksum "composer.lock" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- composer-v1-

- run: composer install -n --prefer-dist

Expand Down

0 comments on commit 76f411b

Please sign in to comment.