diff options
author | Pierre GRANDIN <grandinp@altern.org> | 2015-08-18 19:57:18 -0700 |
---|---|---|
committer | Pierre GRANDIN <grandinp@altern.org> | 2015-08-18 19:57:18 -0700 |
commit | 9e7574d85dfeb6dbd2620617e1e43cd67efae210 (patch) | |
tree | 7ca9252df42afdd55549120b78147bc49cd90c00 /circle.yml | |
parent | fe7e2dab0d9793bb26b394bbd83cadd585d4065f (diff) | |
download | navit-9e7574d85dfeb6dbd2620617e1e43cd67efae210.tar.gz |
Adding translation processing
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 4613b35fd..1a0fcdb77 100644 --- a/circle.yml +++ b/circle.yml @@ -77,8 +77,11 @@ deployment: branch: /i18n.*/ owner: navit-gps commands: + - git config --global user.email "circleci@navit-project.org" + - git config --global user.name "CircleCI" - git checkout trunk - - git checkout ${CIRCLE_BRANCH} po/*.po.in + - git pull origin trunk + - cp $CIRCLE_ARTIFACTS/po/* po/ - git commit -m "Automatic translation import from launchpad" po/*.po.in - git push notify: |