mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
@@ -39,15 +39,14 @@ jobs:
|
|||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
# when lock file changes, use increasingly general patterns to restore cache
|
- chatwoot-bundle-{{ checksum "Gemfile.lock" }}
|
||||||
- v1-gem-cache-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
|
- chatwoot-bundle
|
||||||
- v1-gem-cache-{{ arch }}-{{ .Branch }}-
|
|
||||||
- v1-gem-cache-{{ arch }}-
|
- run: bundle install --frozen --path ~/.bundle
|
||||||
- run: bundle install && bundle clean
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.bundle
|
- ~/.bundle
|
||||||
key: v1-gem-cache-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
|
key: chatwoot-bundle-{{ checksum "Gemfile.lock" }}
|
||||||
|
|
||||||
|
|
||||||
# Only necessary if app uses webpacker or yarn in some other way
|
# Only necessary if app uses webpacker or yarn in some other way
|
||||||
|
|||||||
Reference in New Issue
Block a user