DroidKaigi / conference-app-2018

The Official Conference App for DroidKaigi 2018 Tokyo
Apache License 2.0
1.35k stars 332 forks source link

Faster Circle CI build by caching Bundle install #591

Closed eijenson closed 6 years ago

eijenson commented 6 years ago

Issue

Overview (Required)

Links

takahirom commented 6 years ago

I have a question🙋 When changing Gemfile.lock Will ci work?

eijenson commented 6 years ago

Thanks for the question😀 When changed Gemfile.lock , Not use cache. result: https://circleci.com/gh/DroidKaigi/conference-app-2018/1205

I have a question. I want to delete 21fd478 and b15592e. Which way should I use Force Push or Revert?🤔

takahirom commented 6 years ago

You can use force push 👍 git reset --hard HEAD^ git push -f origin add_cache_for_bundle_install

takahirom commented 6 years ago

Thank you for faster build 👍