summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2017-02-20 08:15:35 -0800
committerPierre Grandin <grandinp@altern.org>2017-02-20 08:15:35 -0800
commitb175bb87b30124153ac28a1584789c3148373876 (patch)
tree0b9cc9c39adbed5dabe339368b336cd5a12ebfdb
parent64a9f04f076cf2b94341c412a73c9b45d6090f93 (diff)
downloadnavit-b175bb87b30124153ac28a1584789c3148373876.tar.gz
Fixed Store client_secrets pathR7295
-rw-r--r--ci/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/publish.sh b/ci/publish.sh
index 5b1a40433..06f5b147b 100644
--- a/ci/publish.sh
+++ b/ci/publish.sh
@@ -2,7 +2,7 @@ cd ~/
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 clientsecret.gpg -k $KEY > client_secrets.json
+openssl aes-256-cbc -d -in client_secrets.gpg -k $KEY > client_secrets.json
openssl aes-256-cbc -d -in androidpublisher.gpg -k $KEY > androidpublisher.dat
pip install google-api-python-client