Unverified Commit 67e5b9c7 authored by jmagman's avatar jmagman Committed by GitHub

Disable gem documentation generation on Cirrus (#37740)

parent 5ed3b418
......@@ -405,7 +405,7 @@ task:
print_date_script:
- date
install_cocoapods_script:
- sudo gem install cocoapods
- sudo gem install cocoapods --no-document
git_fetch_script:
- git clean -xfd
- git fetch origin
......@@ -483,7 +483,7 @@ task:
print_date_script:
- date
install_cocoapods_script:
- sudo gem install cocoapods
- sudo gem install cocoapods --no-document
git_fetch_script:
- git clean -xfd
- git fetch origin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment