Merge "Don't change directory during install"

This commit is contained in:
Jenkins 2017-05-30 21:24:39 +00:00 committed by Gerrit Code Review
commit 06d5d22e85
1 changed files with 1 additions and 4 deletions

View File

@ -13,10 +13,7 @@
# under the License.
function install_mixmatch {
cd $MIXMATCH_DIR
pip_install -r requirements.txt
sudo python setup.py install
pip_install $MIXMATCH_DIR
pip_install uwsgi
}