summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
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