Skip to content

Commit

Permalink
fix ci image (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 authored Nov 27, 2017
1 parent 7dc030b commit 2fb8119
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
working_directory: ~/code
docker:
- image: mbgl/ci:20171122150543-android-ndk-r16
- image: mbgl/de3c86c2ff:android-ndk-r16
environment:
JVM_OPTS: -Xmx3200m
BUILDTYPE: Debug
Expand Down Expand Up @@ -56,18 +56,14 @@ jobs:
only:
- master
docker:
- image: mbgl/ci:20171122150543-android-ndk-r16
- image: mbgl/de3c86c2ff:android-ndk-r16
working_directory: ~/code
environment:
environment:
BUILDTYPE: Release
IS_LOCAL_DEVELOPMENT: false
steps:
- checkout
- run:
name: Accept Android license
command: |
echo y | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;26.0.1"
- run:
name: Generate Maven credentials
shell: /bin/bash -euo pipefail
Expand Down

0 comments on commit 2fb8119

Please sign in to comment.