Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Fix version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed May 7, 2017
1 parent ca7c346 commit def4700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/homeassistant/create_homeassistant.sh
Expand Up @@ -117,7 +117,7 @@ echo "[INFO] load homeassistant"
cp ../../homeassistant/Dockerfile "$WORKSPACE/Dockerfile"

sed -i "s/%%BASE_IMAGE%%/${BASE_IMAGE}/g" "$WORKSPACE/Dockerfile"
sed -i "s/%%HASS_VERSION%%/${DOCKER_TAG}/g" "$WORKSPACE/Dockerfile"
sed -i "s/%%VERSION%%/${DOCKER_TAG}/g" "$WORKSPACE/Dockerfile"

git clone https://github.com/home-assistant/home-assistant "$HASS_GIT"
cd "$HASS_GIT" && git checkout "$DOCKER_TAG"
Expand Down

0 comments on commit def4700

Please sign in to comment.