Skip to content

Commit 529a022

Browse files
committed
More sudo
1 parent 7f7d22b commit 529a022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run:
3838
name: Install Ruby deps
3939
command: |
40-
echo 'gem: --no-document' >/etc/gemrc
40+
echo 'gem: --no-document' | sudo tee /etc/gemrc
4141
cd _build
4242
bundle install
4343
- run:

0 commit comments

Comments
 (0)