Skip to content

Commit

Permalink
Run CircleCI commands with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Feb 3, 2019
1 parent 63f8403 commit db3971f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
BUNDLER_VERSION: 2.0.1
steps:
- checkout
- run: gem update --system
- run: gem uninstall bundler
- run: sudo gem update --system
- run: sudo gem uninstall bundler
- run: sudo rm /usr/local/bin/bundle
- run: sudo rm /usr/local/bin/bundler
- run: gem install bundler i18n rspec
- run: sudo gem install bundler i18n rspec
- run:
command: bundle install
no_output_timeout: 180s
Expand Down

0 comments on commit db3971f

Please sign in to comment.