mirror of
https://github.com/ankitects/anki.git
synced 2025-11-22 04:27:14 -05:00
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.
6 lines
113 B
Bash
Executable file
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)
|