Add Auto Translation handling (#4339)

* Add Auto Translation handling

* Cleanup
This commit is contained in:
Pascal Vizeli
2019-12-18 16:38:36 +01:00
committed by Paulus Schoutsen
parent 609763e658
commit 6117c4e989
2 changed files with 71 additions and 1 deletions

View File

@ -26,7 +26,7 @@ LANG_ISO=en
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
if [ "${CURRENT_BRANCH-}" != "master" ] && [ "${TRAVIS_BRANCH-}" != "master" ] ; then
if [ "${CURRENT_BRANCH-}" != "master" ] && [ "${AZURE_BRANCH-}" != "master" ] ; then
echo "Please only run the translations upload script from a clean checkout of master."
exit 1
fi