Skip to content

Commit

Permalink
Fix compose deps restore cached
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm committed Jul 24, 2022
1 parent eb37c39 commit f3d67b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
key: v1-dependencies-{{ checksum "composer.lock" }}
paths:
- app/Vendor
- webroot/php-cms
- save_cache:
key: v1-dependencies-{{ checksum "package-lock.json" }}
paths:
Expand Down Expand Up @@ -81,9 +82,6 @@ jobs:
root: app/
paths:
- Config
- webroot
- Vendor
- webroot/php-cms
compose:
docker:
- image: betothreeprod/dind-php7
Expand Down

0 comments on commit f3d67b4

Please sign in to comment.