ResinHup 0.3
This commit is contained in:
parent
fca01c9562
commit
b2b63834d8
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ BUILD_DIR=${BUILD_DIR:=$SCRIPTPATH}
|
|||
WORKSPACE=${BUILD_DIR:=$SCRIPTPATH}/hassio-frontend
|
||||
|
||||
echo "[INFO] Checkout hass.io repository"
|
||||
if [ ! -d "$WORKSPACE" ]; then
|
||||
if [ ! -d "$WORKSPACE" ]; then
|
||||
git clone "$REPOSITORY" "$WORKSPACE"
|
||||
cd "$WORKSPACE" && git checkout -b "$BRANCH"
|
||||
git submodule update --init --recursive --remote
|
||||
|
|
2
resinhup
2
resinhup
|
@ -1 +1 @@
|
|||
Subproject commit 1bc32be613f093f52a0a8f1c103d076212ec97b1
|
||||
Subproject commit 122cd97adcb6b4f0ed1a9e54c7d04e303286db78
|
Loading…
Add table
Add a link
Reference in a new issue