diff options
author | Tobrun <tobrun@mapbox.com> | 2019-02-06 16:13:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 16:13:17 +0100 |
commit | cec20c7b308bc9a78a255d86905e1a833d0f8df9 (patch) | |
tree | 283a6c13c5cdc0d9688d8d89b1e37d8ef85db7cd | |
parent | 63065e1268de9637368aaed4b67591b5cbf09f5b (diff) | |
download | qtlocation-mapboxgl-cec20c7b308bc9a78a255d86905e1a833d0f8df9.tar.gz |
[android] - update downstream circle-ci job name (#13872)
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 7c352c8b1f..6424205279 100644 --- a/circle.yml +++ b/circle.yml @@ -606,7 +606,7 @@ jobs: command: | if [ -n "${MOBILE_METRICS_TOKEN}" ]; then if [[ $CIRCLE_BRANCH == master ]]; then - curl -u $MOBILE_METRICS_TOKEN -d build_parameters[CIRCLE_JOB]=core-benchmark https://circleci.com/api/v1.1/project/github/mapbox/mobile-metrics/tree/master + curl -u $MOBILE_METRICS_TOKEN -d build_parameters[CIRCLE_JOB]=android-core-benchmark https://circleci.com/api/v1.1/project/github/mapbox/mobile-metrics/tree/master fi fi - run: |