Skip to content

Commit

Permalink
print out bundle platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kong committed Nov 28, 2023
1 parent 5c9578f commit 37d9c22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
keys:
- bundle-cache-lms-v3-{{ checksum "services/QuillLMS/Gemfile.lock" }}
- bundle-cache-lms-v3
- run:
name: debug script
command: |
cd services/QuillLMS
bundle platform
- run:
name: Bundle Install if cache isn't present.
command: |
Expand Down

0 comments on commit 37d9c22

Please sign in to comment.