summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2016-11-30 23:00:18 +0000
committerPierre Grandin <grandinp@altern.org>2016-11-30 23:00:18 +0000
commit06a5b2cb1d8d46ff3397dba2673594555b91a7d7 (patch)
treefa409b3f3fccd2fedc60c333583958535dc1cc06
parentf99c104c93b7fc41672695368271c157135e5415 (diff)
downloadnavit-06a5b2cb1d8d46ff3397dba2673594555b91a7d7.tar.gz
Fixed pot file path when building trunkR6883
-rw-r--r--ci/build_linux.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/build_linux.sh b/ci/build_linux.sh
index 3a28eb037..5cbd2039a 100644
--- a/ci/build_linux.sh
+++ b/ci/build_linux.sh
@@ -21,9 +21,9 @@ if [[ "${CIRCLE_PROJECT_USERNAME}" == "navit-gps" && "${CIRCLE_BRANCH}" == "trun
https://scan.coverity.com/builds?project=$CIRCLE_PROJECT_USERNAME
# Then update the translation template on launchpad
- sed -i '/INTEGER/d' bin/po/navit.pot
- cp bin/po/navit.pot $CIRCLE_ARTIFACTS/
- 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 | grep title
+ sed -i '/INTEGER/d' po/navit.pot
+ cp po/navit.pot $CIRCLE_ARTIFACTS/
+ 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=@po/navit.pot | grep title
else
mkdir bin && cd bin