summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-04-28 16:49:56 +0300
committerJuha Alanen <juha.alanen@mapbox.com>2020-04-29 16:05:49 +0300
commit8ee8b9d9a6d63b1edb11e123bfe258e8dd32a106 (patch)
tree99daa870a7e6b6b8eae8ed78e90dc905bfe43094
parent086b8e1580aed2e88cbc9d022d32c5b860b76459 (diff)
downloadqtlocation-mapboxgl-8ee8b9d9a6d63b1edb11e123bfe258e8dd32a106.tar.gz
fix
-rw-r--r--circle.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/circle.yml b/circle.yml
index b2cd2e7e7b..7ba0c77b8d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -500,15 +500,15 @@ commands:
- run:
name: Collect GitHub statistics
command: |
- scripts/publish_github_stats.js
+ scripts/publish_github_stats.js
- publish-benchmark-statistics:
- steps:
- -run:
- when: on_success
- name: Publish benchmark statistics
- command: |
- python scripts/parse-results-core-benchmark.py --build $CIRCLE_BUILD_NUM --input /tmp/tests/benchmark --git mapbox-gl-native
+ publish-benchmark-statistics:
+ steps:
+ - run:
+ when: on_success
+ name: Publish benchmark statistics
+ command: |
+ python scripts/parse-results-core-benchmark.py --build $CIRCLE_BUILD_NUM --input /tmp/tests/benchmark --git mapbox-gl-native
jobs:
ios-render-test-runner: