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

Remove uploading translations from Travis (#4374)

This commit is contained in:
Bram Kragten
2019-12-23 13:39:47 +01:00
committed by GitHub
parent 04770f8ee2
commit 0ed2bc93aa
3 changed files with 1 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ LANG_ISO=en
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
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 dev."
exit 1
fi

View File

@@ -1,11 +0,0 @@
#!/usr/bin/env bash
# Safe bash settings
# -e Exit on command fail
# -u Exit on unset variable
# -o pipefail Exit if piped command has error code
set -eu -o pipefail
cd "$(dirname "$0")/.."
script/translations_upload_base