Skip to content

Commit

Permalink
Small size of HA folder (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Aug 26, 2019
1 parent 47b4cf6 commit f24dbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ function build_homeassistant() {
# Inject HA
if [ -d /homeassistant ]; then
cp -r /homeassisant "$TARGET/homeassistant"
rm -rf "$TARGET/homeassistant/.git" "$TARGET/homeassistant/docs" "$TARGET/homeassistant/tests"
fi

# Start build
Expand Down

0 comments on commit f24dbcd

Please sign in to comment.