Unverified Commit 0f7d4428 authored by xster's avatar xster Committed by GitHub

Keep the intermediate APK signed the same way before going to the play store (#14484)

* Keep the intermediate APK signed the same way before going to the play store

* Don't run on PRs
parent be0c4888
......@@ -25,6 +25,9 @@ if [ -n "$TRAVIS" ]; then
export ANDROID_HOME=`pwd`/android-sdk
export PATH=`pwd`/android-sdk/tools/bin:$PATH
mkdir -p /home/travis/.android # silence sdkmanager warning
if [ -n "$ANDROID_GALLERY_UPLOAD_KEY" ]; then
echo $ANDROID_GALLERY_UPLOAD_KEY | base64 --decode > /home/travis/.android/debug.keystore
fi
echo 'count=0' > /home/travis/.android/repositories.cfg # silence sdkmanager warning
# suppressing output of sdkmanager to keep log under 4MB (travis limit)
echo y | sdkmanager "tools" >/dev/null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment