aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2016-01-27 04:55:19 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-27 04:55:20 +0000
commit3405c4def178cc28ed9c3f7ccc0cc9697dd4a962 (patch)
tree52bc795bfccf5737640fb2b7fa6a5805ba8ba4ef /deploy.sh
parent39c96553e2f87ea955ca3cf3e1b20f2ce0f7b16a (diff)
parent419efdec1f8f6b95580750c684fa1050dd170a9b (diff)
Merge "bugfix: prepare python venv"
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/deploy.sh b/deploy.sh
index 95c3276d..8e05a8e2 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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 $*