mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-18 10:29:59 -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.email $(git log --pretty=format:"%ae" -n1)
|
||||||
git config --global user.name $(git log --pretty=format:"%an" -n1)
|
git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||||
git add .
|
git add .
|
||||||
git commit -m "pull new editor translations from Transifex"
|
if git diff --cached --exit-code --quiet; then
|
||||||
git push $CIRCLE_REPOSITORY_URL HEAD:master
|
echo "Nothing to commit."
|
||||||
|
else
|
||||||
|
git commit -m "pull new editor translations from Transifex"
|
||||||
|
git push $CIRCLE_REPOSITORY_URL HEAD:master
|
||||||
|
fi
|
||||||
sync-help:
|
sync-help:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue