summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-04-08 04:13:53 +0000
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-04-08 04:13:53 +0000
commit64d7c06581977baa3c81968a2df8a3c080782828 (patch)
tree6d91cda563bd482ed216aaa5924323e22a9f2c59
parent2c5872b9117cab6e7d28debf629442a508a4e211 (diff)
downloadnavit-svn-64d7c06581977baa3c81968a2df8a3c080782828.tar.gz
Update:CI:Escaping the cookie in the ci script
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6064 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 8fc74e20..b8731e3c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -41,7 +41,7 @@ dependencies:
# for aapt
- sudo apt-get install lib32stdc++6
- sudo apt-get install lib32z1
- - "curl 'https://translations.launchpad.net/navit/trunk/+translations-upload' -H $lp_cookie -H 'Referer: https://translations.launchpad.net/navit/trunk/+translations-upload' F file=@bin/po/navit.pot"
+ - "curl 'https://translations.launchpad.net/navit/trunk/+translations-upload' -H \"$lp_cookie\" -H 'Referer: https://translations.launchpad.net/navit/trunk/+translations-upload' F file=@bin/po/navit.pot"
- bash ci/build_android.sh
test:
post: