summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-06-26 17:58:52 +0000
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-06-26 17:58:52 +0000
commit3664bc6e6aead28f342bfc1b134029cdf510c4a5 (patch)
tree92f742d6fbd5acf794b4ae1abed93699fd051139
parent64eb71059d82a3528d8a4a6f2d4d143ffc25cee1 (diff)
downloadnavit-svn-3664bc6e6aead28f342bfc1b134029cdf510c4a5.tar.gz
Fix:CI:upload the translation template to the correct launchpad branch
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6119 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 98070e33..f79b4ccc 100644
--- a/circle.yml
+++ b/circle.yml
@@ -26,7 +26,7 @@ dependencies:
- bash ci/build.sh
- sed -i '/INTEGER/d' bin/po/navit.pot
- cp bin/po/navit.pot $CIRCLE_ARTIFACTS/
- - "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/${CIRCLE_BRANCH}/+translations-upload' -H \"$lp_cookie\" -H 'Referer: https://translations.launchpad.net/navit/${CIRCLE_BRANCH}/+translations-upload' -F file=@bin/po/navit.pot"
# Android build
- wget -c -N -q $ANDROID_SDK_CDN/$ANDROID_SDK_FILE -O $ANDROID_HOME/$ANDROID_SDK_FILE
- wget -c -N -q $ANDROID_NDK_CDN/$ANDROID_NDK_FILE -O $ANDROID_HOME/$ANDROID_NDK_FILE