Skip to content

Commit

Permalink
circleCI save the wrong directory to the cache, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Oct 7, 2023
1 parent 2182237 commit 681329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- save_cache:
key: profile-{{ checksum "./dev/profiles/apache-stable/.common.sh" }}
paths:
- node_modules
- ~/.ci
- run:
name: Run
command: |
Expand Down

0 comments on commit 681329c

Please sign in to comment.