Run translation on dev (#4368)
parent
6117c4e989
commit
083a3ebfc4
|
@ -26,7 +26,7 @@ LANG_ISO=en
|
|||
|
||||
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."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue