mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-03 11:25:51 -05:00
Updated config.yml
This commit is contained in:
parent
062873d752
commit
602c8d6bd6
1 changed files with 6 additions and 2 deletions
|
@ -76,8 +76,12 @@ jobs:
|
|||
git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
||||
git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||
git add .
|
||||
if git diff --cached --exit-code --quiet; then
|
||||
echo "Nothing to commit."
|
||||
else
|
||||
git commit -m "pull new editor translations from Transifex"
|
||||
git push $CIRCLE_REPOSITORY_URL HEAD:master
|
||||
fi
|
||||
sync-help:
|
||||
<<: *defaults
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue