mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +00: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:
parent
e719f113d9
commit
288478978f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user