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
commitd845dad4d59eb442d56e56c258426fdd45703ffc (patch)
tree6d91cda563bd482ed216aaa5924323e22a9f2c59
parentab176688f6e9ebec3d1d4ce774da19cccf5e4c4b (diff)
downloadnavit-d845dad4d59eb442d56e56c258426fdd45703ffc.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 8fc74e209..b8731e3cc 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: