summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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