diff options
author | Pierre GRANDIN <grandinp@altern.org> | 2015-08-18 21:31:24 -0700 |
---|---|---|
committer | Pierre GRANDIN <grandinp@altern.org> | 2015-08-18 21:31:24 -0700 |
commit | 31b14932ec49d6df959ab47d2db66c1ccaae819f (patch) | |
tree | 74e5f3f2d68a34d50466306995f670881d108c7a /circle.yml | |
parent | 33cc97b8100a531d6b26bd803cf1666a4450d950 (diff) | |
download | navit-31b14932ec49d6df959ab47d2db66c1ccaae819f.tar.gz |
Ensure that the po files are known by git
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index 1a0fcdb77..31d78294b 100644 --- a/circle.yml +++ b/circle.yml @@ -82,6 +82,7 @@ deployment: - git checkout trunk - git pull origin trunk - cp $CIRCLE_ARTIFACTS/po/* po/ + - git add po/*.po.in - git commit -m "Automatic translation import from launchpad" po/*.po.in - git push notify: |