diff options
author | Jason Wray <jason@mapbox.com> | 2018-07-03 15:16:04 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2018-07-03 15:47:49 -0400 |
commit | 6fc0eb908bb2de2c0da9725470b46bd05c13fed6 (patch) | |
tree | e26708694ddc64386454bc8210d541c112edbe06 /circle.yml | |
parent | b0beb8bfcb39663b04fd11f5f4389fcc7d975ecf (diff) | |
download | qtlocation-mapboxgl-6fc0eb908bb2de2c0da9725470b46bd05c13fed6.tar.gz |
[ios, build] Postpone jazzy install for ios-release build
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/circle.yml b/circle.yml index 970e91f6b0..0e0e463be5 100644 --- a/circle.yml +++ b/circle.yml @@ -892,10 +892,6 @@ jobs: steps: - checkout - *install-macos-dependencies - - run: - name: Install jazzy - command: sudo gem install jazzy --no-document - background: true - *generate-cache-key - *restore-cache - *reset-ccache-stats |