Reduce a step in the worker bootstrap.

This commit is contained in:
Jake Moshenko 2014-05-13 17:44:45 -04:00
parent 8327d9fdbf
commit c92ce54a37

View file

@ -25,7 +25,6 @@ start the worker
```
cd quay
virtualenv --distribute venv
source venv/bin/activate
pip install -r requirements.txt
venv/bin/pip install -r requirements.txt
sudo venv/bin/python -m workers.dockerfilebuild -D
```