Commit 002861d3 authored by Daniel Agar's avatar Daniel Agar

travis-ci fix google play beta deploy pkg

parent 68631cea
......@@ -189,10 +189,9 @@ after_success:
# master development builds to beta track
# tagged releases first to beta track then manually move to production
- GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta
- if [ "${TRAVIS_TAG}" ]; then
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol
else
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol;
fi
- if [[ "${SPEC}" = "android-g++" && "${TRAVIS_PULL_REQUEST}" = "false" && "${TRAVIS_BRANCH}" = "master" ]]; then
pip install --user google-api-python-client PyOpenSSL &&
......
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