summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2017-02-20 06:38:23 -0800
committerPierre Grandin <grandinp@altern.org>2017-02-20 06:38:23 -0800
commit5198c964dca9fb08303c1bbcbe7139de7848a309 (patch)
tree138a038c101259cf4e617877eba419dbaf314f1c
parent89993a716eb8a4563b4f4a434025c2c31ee57840 (diff)
downloadnavit-5198c964dca9fb08303c1bbcbe7139de7848a309.tar.gz
Fixed keyrings path
-rw-r--r--ci/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/publish.sh b/ci/publish.sh
index e38abd164..3d1fd3470 100644
--- a/ci/publish.sh
+++ b/ci/publish.sh
@@ -1,6 +1,6 @@
cd ~/
git clone git@github.com:navit-gps/infrastructure-blackbox.git
-cd infrastructure-blackbox/
+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 androidpublisher.gpg -k $KEY > androidpublisher.dat