summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/metrics.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/scripts/metrics.sh')
-rwxr-xr-xplatform/ios/scripts/metrics.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/ios/scripts/metrics.sh b/platform/ios/scripts/metrics.sh
index e90a336374..c807af0a10 100755
--- a/platform/ios/scripts/metrics.sh
+++ b/platform/ios/scripts/metrics.sh
@@ -22,8 +22,9 @@ echo "✅ Ready to check binary size..."
echo $CIRCLE_BRANCH
echo master
echo $master
+echo "master"
-if [[ $CIRCLE_BRANCH == $master ]]; then
+if [[ $CIRCLE_BRANCH == "master" ]]; then
# Build source data for http://mapbox.github.io/mapbox-gl-native/metrics/binary-size/
# and log binary sizes to metrics warehouse
echo "✅ Publishing binary size..."