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.pull/1108/head
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…
Reference in New Issue