Run translation on dev (#4368)

This commit is contained in:
Pascal Vizeli 2019-12-19 17:03:05 +01:00 committed by GitHub
parent 6117c4e989
commit 083a3ebfc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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