diff options
author | shuai chen <chenshuai@huawei.com> | 2016-01-27 04:55:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-27 04:55:20 +0000 |
commit | 3405c4def178cc28ed9c3f7ccc0cc9697dd4a962 (patch) | |
tree | 52bc795bfccf5737640fb2b7fa6a5805ba8ba4ef /deploy.sh | |
parent | 39c96553e2f87ea955ca3cf3e1b20f2ce0f7b16a (diff) | |
parent | 419efdec1f8f6b95580750c684fa1050dd170a9b (diff) |
Merge "bugfix: prepare python venv"
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -8,9 +8,4 @@ if [[ -z $DEPLOY_COMPASS && -z $DEPLOY_HOST && -z $REDEPLOY_HOST ]]; then export DEPLOY_HOST="true" fi -sudo apt-get install -y --force-yes python-pip -sudo pip install --upgrade pip -sudo pip install --upgrade cheetah -sudo pip install --upgrade pyyaml - $COMPASS_DIR/deploy/launch.sh $* |