Anki/qt/po/scripts/upload-latest-template
Damien Elmes 46fadc2a82 don't abort build if mo file fails; rename files for consistency
Issues are now checked for in CI, so there's no need to break the
build for everyone each time there's a problem with the gettext
catalogs.
2020-02-26 17:47:02 +10:00

6 lines
113 B
Bash
Executable file

#!/bin/bash
set -eo pipefail
./update-po-template
(cd repo && git add desktop; git commit -m update; git push)