mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[ubuntu] Don't install documentation for ruby gems (#11413)
This commit is contained in:
@@ -20,7 +20,7 @@ gems_to_install=$(get_toolset_value ".rubygems[] .name")
|
|||||||
if [[ -n "$gems_to_install" ]]; then
|
if [[ -n "$gems_to_install" ]]; then
|
||||||
for gem in $gems_to_install; do
|
for gem in $gems_to_install; do
|
||||||
echo "Installing gem $gem"
|
echo "Installing gem $gem"
|
||||||
gem install $gem
|
gem install --no-document $gem
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user