artsy / emission

⚠️ Deprecated repo, moved to artsy/eigen ➡️ React Native Components
http://artsy.github.io/blog/2018/04/17/making-a-components-pod/
MIT License
618 stars 78 forks source link

Removes bundler installation from deploy job #2014

Closed ashfurrow closed 4 years ago

ashfurrow commented 4 years ago

Matches the change made here: https://github.com/artsy/emission/commit/5187b967414872b82fd525c1a51503172c967d1e

I think this was caused when we upgraded Circle CI machines a few weeks ago (though I'm not sure why it only started failing today). The issue was we were installing a specific version of Bundler to get around a bug with Bundler. Since we're on a new enough version by default on the CI machines, I took out the explicit installation step (which was failing while waiting for user input to confirm replacing the already-installed version).

ds300 commented 4 years ago

mergeOnGreen 🙏

artsyit commented 4 years ago

:rocket: PR was released in v1.19.20 :rocket: