caching - CircleCI cache bundle install -


is there way cache dependencies bundler (using bundle install)? know there's cache_dependencies command can use in circle.yml, i'm not sure pathway pass it.

for reference, in travisci, can cache bundler using

cache: bundler

by default, circleci cache vendor/bundle , ~/.bundle if let run bundler should cached automatically.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -