fix requirements copy
This commit is contained in:
parent
423a0dd504
commit
c003b06170
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ sed -i "s/%%HASS_VERSION%%/${HASS_VERS}/g" $WORKSPACE/Dockerfile
|
|||
|
||||
git https://github.com/home-assistant/home-assistant $HASS_GIT
|
||||
cd $HASS_GIT && git checkout $HASS_VERS
|
||||
cp $HASS_GIT/requirements.txt $WORKSPACE/
|
||||
cp $HASS_GIT/requirements_all.txt $WORKSPACE/
|
||||
|
||||
# Run build
|
||||
echo "[INFO] start docker build"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue