Skip to content

Commit 590f511

Browse files
committed
fix(CircleCI): Fixed yml
1 parent 3522431 commit 590f511

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

circle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ machine:
66

77
dependencies:
88
pre:
9-
# Decode encrypted secrets and release keys
10-
- openssl aes-256-cbc -d -in ci-keys.cipher -k $CI_SECRETS_KEY >> ~/.circlerc
11-
- openssl aes-256-cbc -d -in release.keystore.cipher -out release.keystore -k $CI_SECRETS_KEY
129
# Ensure we have the correct Android build environment
1310
- if [ ! -e $ANDROID_HOME/build-tools/$ANDROID_BUILD_TOOLS ]; then echo y | android update sdk --no-ui --all --filter build-tools-$ANDROID_BUILD_TOOLS; fi
1411
- if [ ! -e $ANDROID_HOME/platforms/android-$ANDROID_PLATFORM ]; then echo y | android update sdk --no-ui --all --filter "android-${ANDROID_PLATFORM}"; fi

0 commit comments

Comments
 (0)