summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2017-02-21 07:33:13 -0800
committerPierre Grandin <grandinp@altern.org>2017-02-21 07:33:13 -0800
commite695def8031c8defd17c8d4beae94427cb4427fd (patch)
treea0f0d5a785b4dd16072eafd76a744ccbca360171
parent7d4008ea08e27cf30879ed15238cab1c8d08fb7a (diff)
downloadnavit-e695def8031c8defd17c8d4beae94427cb4427fd.tar.gz
Extract android publishing credentials to current folderR7303
-rw-r--r--ci/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/publish.sh b/ci/publish.sh
index c787453f7..a6d35ebdc 100644
--- a/ci/publish.sh
+++ b/ci/publish.sh
@@ -3,7 +3,7 @@ git clone git@github.com:navit-gps/infrastructure-blackbox.git
cd infrastructure-blackbox/keyrings/
openssl aes-256-cbc -d -in keystore.gpg -k $KEY > ~/.keystore
openssl aes-256-cbc -d -in client_secrets.gpg -k $KEY > ~/navit/ci/client_secrets.json
-openssl aes-256-cbc -d -in androidpublisher.gpg -k $KEY > ~/navit/ci/androidpublisher.dat
+openssl aes-256-cbc -d -in androidpublisher.gpg -k $KEY > androidpublisher.dat
pip install google-api-python-client