mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
CI: disable gem docs globally
This commit is contained in:
@@ -29,8 +29,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: 2.4.x
|
ruby-version: 2.4.x
|
||||||
|
|
||||||
|
- name: Disable gem docs
|
||||||
|
run: 'echo "gem: --no-document" > ~/.gemrc'
|
||||||
|
|
||||||
- name: Set up Bundler
|
- name: Set up Bundler
|
||||||
run: gem install bundler -v "~> 1.17" --no-document
|
run: gem install bundler -v "~> 1.17"
|
||||||
|
|
||||||
- run: ruby --version
|
- run: ruby --version
|
||||||
- run: gem --version
|
- run: gem --version
|
||||||
|
|||||||
Reference in New Issue
Block a user