From cec20c7b308bc9a78a255d86905e1a833d0f8df9 Mon Sep 17 00:00:00 2001 From: Tobrun Date: Wed, 6 Feb 2019 16:13:17 +0100 Subject: [android] - update downstream circle-ci job name (#13872) --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1