Added git config stuff into public CI

This commit is contained in:
Manuel Cortez 2020-09-29 12:28:56 -05:00
parent b0165952cb
commit f3a963b39f

View File

@ -61,6 +61,8 @@ update_catalogs:
- cd ..\doc - cd ..\doc
- '&$env:PYTHON3_32 translate.py' - '&$env:PYTHON3_32 translate.py'
- cd .. - cd ..
- 'git config user.name "Windows runner"'
- 'git config user.email "manuel@manuelcortez.net"'
- 'git add .' - 'git add .'
- 'git commit -m "Updated locales"' - 'git commit -m "Updated locales"'
- 'git push' - 'git push'