Updated config.yml

This commit is contained in:
cori hudson 2022-11-03 17:00:57 -04:00
parent 062873d752
commit 602c8d6bd6

View file

@ -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 .
git commit -m "pull new editor translations from Transifex"
git push $CIRCLE_REPOSITORY_URL HEAD:master
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: