ResinHup 0.3

This commit is contained in:
Pascal Vizeli 2017-07-24 10:59:19 +02:00
parent fca01c9562
commit b2b63834d8
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ BUILD_DIR=${BUILD_DIR:=$SCRIPTPATH}
WORKSPACE=${BUILD_DIR:=$SCRIPTPATH}/hassio-frontend WORKSPACE=${BUILD_DIR:=$SCRIPTPATH}/hassio-frontend
echo "[INFO] Checkout hass.io repository" echo "[INFO] Checkout hass.io repository"
if [ ! -d "$WORKSPACE" ]; then if [ ! -d "$WORKSPACE" ]; then
git clone "$REPOSITORY" "$WORKSPACE" git clone "$REPOSITORY" "$WORKSPACE"
cd "$WORKSPACE" && git checkout -b "$BRANCH" cd "$WORKSPACE" && git checkout -b "$BRANCH"
git submodule update --init --recursive --remote git submodule update --init --recursive --remote

@ -1 +1 @@
Subproject commit 1bc32be613f093f52a0a8f1c103d076212ec97b1 Subproject commit 122cd97adcb6b4f0ed1a9e54c7d04e303286db78