Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法缓存我从捆绑器获得的依赖项(使用捆绑安装)?我知道我可以在 circle.yml 中使用 cache_dependencies 命令,但我不确定传递给它的路径。
作为参考,在 TravisCI 中,您可以使用缓存捆绑器
cache: bundler
默认情况下,CircleCI 会缓存vendor/bundle,~/.bundle所以如果你让它为你运行 bundler,所有东西都应该自动缓存。
vendor/bundle
~/.bundle