diff options
author | Łukasz Paczos <lukas.paczos@gmail.com> | 2019-01-14 16:44:48 +0100 |
---|---|---|
committer | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2019-01-15 14:21:26 +0100 |
commit | 52bc11892c0451f7bb19b788010231eae2f617f2 (patch) | |
tree | 130f59a68cd64f13e8533ac783304b6be93c4021 /circle.yml | |
parent | 405aef0b47a805bad21ba96dd2419426cdc6bf25 (diff) | |
download | qtlocation-mapboxgl-52bc11892c0451f7bb19b788010231eae2f617f2.tar.gz |
[android] change vendor modules update script
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/circle.yml b/circle.yml index 05d92e5558..68d17b774d 100644 --- a/circle.yml +++ b/circle.yml @@ -532,9 +532,6 @@ jobs: steps: - install-dependencies: { gradle: true } - run: - name: Update vendor submodules - command: make android-update-vendor - - run: name: Check code style command: make android-check - run: @@ -596,9 +593,6 @@ jobs: steps: - install-dependencies: { gradle: true } - run: - name: Update vendor submodules - command: make android-update-vendor - - run: name: Generate Maven credentials command: | if [ -n "${PUBLISH_NEXUS_USERNAME}" ]; then |