Build everything in a container.

Docker containers don't have the SSH_KEY so we need to copy
archives and git repo in a directory on the host and
launch deploy.sh script from there.
This commit is contained in:
Matthieu Gautier
2019-04-18 15:23:31 +02:00
parent f9d5e0aa21
commit 281adbd768
10 changed files with 131 additions and 101 deletions

View File

@ -4,7 +4,6 @@ set -e
KEYSTORE_FILE=${TRAVIS_BUILD_DIR}/travis/test_ks.ks
GOOGLE_API_KEY=${TRAVIS_BUILD_DIR}/travis/googleplay_android_developer-5a411156212c.json
SSH_KEY=${TRAVIS_BUILD_DIR}/travis/travisci_builder_id_key
cd ${HOME}