fix requirements copy

This commit is contained in:
Pascal Vizeli 2017-04-13 11:49:36 +02:00
parent 423a0dd504
commit c003b06170

View file

@ -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"