Unverified Commit cc7bccc8 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8310 from DonLakeFlyer/StoreDisable

Disable play store upload
parents b45b8530 7e52fe46
...@@ -207,12 +207,13 @@ after_success: ...@@ -207,12 +207,13 @@ after_success:
else else
GOOGLE_PLAY_PKG=none; GOOGLE_PLAY_PKG=none;
fi fi
- if [[ "${SPEC}" = "android-clang" && "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then # Store upload disabled to try to workaround 64/32 bit upload problem manually
pip install --user --upgrade oauth2client && #- if [[ "${SPEC}" = "android-clang" && "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then
pip install --user google-api-python-client pyopenssl ndg-httpsclient pyasn1 && # pip install --user --upgrade oauth2client &&
openssl aes-256-cbc -K $encrypted_25db6eb7c3fd_key -iv $encrypted_25db6eb7c3fd_iv -in android/Google_Play_Android_Developer-4432a3c4f5d1.json.enc -out android/Google_Play_Android_Developer-4432a3c4f5d1.json -d && # pip install --user google-api-python-client pyopenssl ndg-httpsclient pyasn1 &&
./tools/google_play_upload.py production ${GOOGLE_PLAY_PKG} ${SHADOW_BUILD_DIR}/release/package/QGroundControl${BITNESS}.apk; # openssl aes-256-cbc -K $encrypted_25db6eb7c3fd_key -iv $encrypted_25db6eb7c3fd_iv -in android/Google_Play_Android_Developer-4432a3c4f5d1.json.enc -out android/Google_Play_Android_Developer-4432a3c4f5d1.json -d &&
fi # ./tools/google_play_upload.py production ${GOOGLE_PLAY_PKG} ${SHADOW_BUILD_DIR}/release/package/QGroundControl${BITNESS}.apk;
# fi
before_deploy: before_deploy:
# create linux appimage # create linux appimage
......
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