mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: typo
This commit is contained in:
parent
04a92e547d
commit
a118a5a132
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ autofix-translated-strings:
|
|||
script:
|
||||
# create a local branch that will overwrite distant one
|
||||
- git checkout -b "ci-autofix-translated-strings-${CI_COMMIT_REF_NAME}" --no-track
|
||||
- python3 maintenance/missing_i18n_keys --fix
|
||||
- python3 maintenance/missing_i18n_keys.py --fix
|
||||
- python3 maintenanceautofix_locale_format.py
|
||||
- '[ $(git diff -w | wc -l) != 0 ] || exit 0' # stop if there is nothing to commit
|
||||
- git commit -am "[CI] Reformat / remove stale translated strings" || true
|
||||
|
|
Loading…
Add table
Reference in a new issue