diff options
author | zmiao <miao.zhao@mapbox.com> | 2020-02-10 23:27:07 +0200 |
---|---|---|
committer | zmiao <miao.zhao@mapbox.com> | 2020-02-11 11:05:18 +0200 |
commit | 7424c4eecb6062e26b7ca3fee154eadff812e665 (patch) | |
tree | 10489b8bc9906eede347912116ab0039c432c5da /circle.yml | |
parent | e0b1642825fe11b2504b51780edd0493527be2bb (diff) | |
download | qtlocation-mapboxgl-7424c4eecb6062e26b7ca3fee154eadff812e665.tar.gz |
Bump GL-JS
Backport GL-JS fix 'Hide glyphs behind the camera'(https://github.com/mapbox/mapbox-gl-js/pull/9229)
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 326f49a915..cb54ae998a 100644 --- a/circle.yml +++ b/circle.yml @@ -217,7 +217,7 @@ commands: command: | platform/darwin/scripts/generate-style-code.js platform/darwin/scripts/update-examples.js - git add -A && git diff --staged --exit-code + git add -A && git diff --staged --exit-code | tee nitpick.patch config: parameters: config_params: |