1
mirror of https://github.com/home-assistant/frontend synced 2024-08-19 13:25:07 +02:00

Always run translation upload on master (#1106)

This ensures that if the master build gets cancelled when translations
change, or if any other weird situation happens, we know the
translations will be uploaded after the next build.
This commit is contained in:
Adam Mills 2018-04-18 14:11:31 -04:00 committed by Paulus Schoutsen
parent e719f113d9
commit 288478978f

View File

@ -8,8 +8,4 @@ set -eu -o pipefail
cd "$(dirname "$0")/.."
if git diff "${TRAVIS_COMMIT_RANGE}" --name-only | grep -Fxq "src/translations/en.json" ; then
script/translations_upload_base
else
echo "No changes to src/translations/en.json. Skipping translation upload."
fi
script/translations_upload_base