aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-10-08 17:49:45 -0400
committerGitHub <noreply@github.com>2019-10-08 17:49:45 -0400
commit563f9d0534cf6540652121f468cb0526148d70b9 (patch)
treebffb4ea1e9ee3b43d63bc5d96a657414344a3712
parent7139abdbf546ca4010d874bfd64f72e6f2e2cdcf (diff)
[ios] Skip metrics.sh step (#15779)
-rw-r--r--circle.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 6813aa6c9..0046dc7fa 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1446,8 +1446,11 @@ jobs:
platform/ios/scripts/deploy-to-cocoapods.sh
fi
- run:
- name: Record size
- command: platform/ios/scripts/metrics.sh
+ name: Record size
+ command: |
+ echo "Skipping Record size step"
+ # Skipping due to https://github.com/mapbox/mapbox-gl-native/issues/15751
+ #platform/ios/scripts/metrics.sh
- run:
name: Trigger metrics
command: |