1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

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

View File

@@ -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