deploy.sh: disabled updating the virtualenv.

The new docker image doesn't have enough packages to rebuild binary
modules. This should be handled by the docker build scripts, and thus
we can't just upgrade the virtualenv from within the docker image.
This commit is contained in:
2016-08-30 13:58:00 +02:00
parent 11d6f888a1
commit abd458c599

View File

@@ -58,7 +58,7 @@ git_pull pillar production
git_pull blender-cloud production git_pull blender-cloud production
# Update the virtualenv # Update the virtualenv
${SSH} -t docker exec ${DOCKER_NAME} /data/venv/bin/pip install -U -r ${REMOTE_ROOT}/requirements.txt --exists-action w #${SSH} -t docker exec ${DOCKER_NAME} /data/venv/bin/pip install -U -r ${REMOTE_ROOT}/requirements.txt --exists-action w
# RSync the world # RSync the world
./rsync_ui.sh ./rsync_ui.sh