summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2017-02-21 06:34:09 -0800
committerPierre Grandin <grandinp@altern.org>2017-02-21 06:34:09 -0800
commit7d4008ea08e27cf30879ed15238cab1c8d08fb7a (patch)
tree5cd643b586acf66b49c42b5f49a01dc377d1899f
parentb175bb87b30124153ac28a1584789c3148373876 (diff)
downloadnavit-7d4008ea08e27cf30879ed15238cab1c8d08fb7a.tar.gz
Extract publishing credentials in the right folderR7298
-rw-r--r--ci/publish.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/publish.sh b/ci/publish.sh
index 06f5b147b..c787453f7 100644
--- a/ci/publish.sh
+++ b/ci/publish.sh
@@ -2,8 +2,8 @@ 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 client_secrets.gpg -k $KEY > client_secrets.json
-openssl aes-256-cbc -d -in androidpublisher.gpg -k $KEY > androidpublisher.dat
+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
pip install google-api-python-client