From d07f0a67efb4768efbf1c5e16274032c9f74df0f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 9 Aug 2019 09:52:57 +0200 Subject: [PATCH] HA use new self cache (#26) --- builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.sh b/builder.sh index 133829e..a3217f8 100755 --- a/builder.sh +++ b/builder.sh @@ -917,7 +917,7 @@ while [[ $# -gt 0 ]]; do ;; --homeassistant) BUILD_TYPE="homeassistant" - DOCKER_CACHE=false + SELF_CACHE=true VERSION=$2 shift ;; @@ -931,7 +931,7 @@ while [[ $# -gt 0 ]]; do ;; --homeassistant-machine) BUILD_TYPE="homeassistant-machine" - DOCKER_CACHE=false + SELF_CACHE=true VERSION="$(echo "$2" | cut -d '=' -f 1)" extract_machine_build "$(echo "$2" | cut -d '=' -f 2)" shift