Update circle.yml
This commit is contained in:
parent
b898d2524b
commit
43ca012ad8
|
@ -13,11 +13,12 @@ dependencies:
|
|||
pre:
|
||||
# Install YARN
|
||||
- node -v
|
||||
- echo $KEYSTORE_BASE64 | base64 --decode > $KEYSTORE
|
||||
- |
|
||||
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
|
||||
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
|
||||
fi
|
||||
- echo $KEYSTORE_BASE64 | base64 --decode > $KEYSTORE
|
||||
|
||||
override:
|
||||
# The Android Gradle build will need the Android signing keystore keys setup
|
||||
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,build-tools-23.0.3,build-tools-25.0.2,build-tools-26.0.1,android-23,extra-google-m2repository,extra-google-google_play_services,extra-android-m2repository
|
||||
|
|
Loading…
Reference in New Issue