summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2016-01-27 04:55:26 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-27 04:55:26 +0000
commitb3f7107c54fe9ed9fbb38b6abba65dde5f76670d (patch)
tree7ab5d80a9515d68952273bcb882a4a1a688b0b0e /deploy.sh
parentede60ca5e0af8370f0d561f6c3eb90b245b6bd09 (diff)
parentea87da8bdf478253bcbb6dc1ab1a5b8d2e17e613 (diff)
Merge "bugfix: prepare python venv" into stable/brahmaputra
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 $*