Skip to content

Commit

Permalink
HA use new self cache (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Aug 9, 2019
1 parent 110d132 commit d07f0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ while [[ $# -gt 0 ]]; do
;;
--homeassistant)
BUILD_TYPE="homeassistant"
DOCKER_CACHE=false
SELF_CACHE=true
VERSION=$2
shift
;;
Expand All @@ -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
Expand Down

0 comments on commit d07f0a6

Please sign in to comment.