Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Revert bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbunny committed Mar 30, 2018
1 parent d37db10 commit 91f13a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@ jobs:
steps:
- checkout
- *install-macos-dependencies
- *install-xcpretty-workaround
- *generate-cache-key
- *restore-cache
- *reset-ccache-stats
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/scripts/document.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -u

if [ -z `which jazzy` ]; then
echo "Installing jazzy…"
gem install jazzy --no-rdoc --no-ri
gem install jazzy --no-document
if [ -z `which jazzy` ]; then
echo "Unable to install jazzy. See https://github.com/mapbox/mapbox-gl-native/blob/master/platform/ios/INSTALL.md"
exit 1
Expand Down

0 comments on commit 91f13a8

Please sign in to comment.