summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-01-10 16:27:57 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-01-10 17:19:30 +0200
commit86a360534994cb37d3dddc53b71a2858d97419c3 (patch)
tree4083e92d73f873240bd301ca3e29d2863b4e8757
parent94df7ffc2deb4b87df93b2cc1dcc391a1eb44785 (diff)
downloadqtlocation-mapboxgl-86a360534994cb37d3dddc53b71a2858d97419c3.tar.gz
[build][android] Fix CI bot that validates downstream API breakage
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 906d320f4f..7aa497708c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -713,7 +713,7 @@ jobs:
- next-prepare
- run:
name: Update mapbox-gl-native to match PR
- command: cd vendor/mapbox-gl-native && git checkout $CIRCLE_SHA1 && git submodule update --init --recursive
+ command: cd vendor/mapbox-gl-native && git fetch origin $CIRCLE_SHA1 && git checkout $CIRCLE_SHA1 && git submodule update --init --recursive
- run:
name: Build SDK
command: BUILDTYPE=Release make android-arm-v8