Skip to content

Commit

Permalink
Fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Firesphere committed Dec 11, 2020
1 parent 53d70de commit 522a842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ jobs:
git clone [email protected]:Firesphere/silverstripe-solr-member-permissions.git Member-Permissions -q
- restore_cache:
keys:
silverstripe-search-yarn-{{ checksum "yarn.lock" }}
- silverstripe-search-yarn-{{ checksum "yarn.lock" }}
- silverstripe-search-yarn-
- run:
name: Composer
command: |
Expand Down

0 comments on commit 522a842

Please sign in to comment.