summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2015-12-15 10:47:38 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-15 10:47:39 +0000
commit0bf472e8826fe526516b141b124bc7b77cbd9541 (patch)
treeb3ba5a0d225d4af0245edde34af9f0ede7d7fa0d /deploy.sh
parent5c3eda8b6b512bb1d1b2d9796437bb1976325af4 (diff)
parent850a3a0efecac0556daba2a9e4f5ce4929a12c8d (diff)
Merge "deploy compass-core and hosts seperately"
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 4cfe89e8..b95475b1 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,6 +2,10 @@
COMPASS_DIR=`cd ${BASH_SOURCE[0]%/*}/;pwd`
export COMPASS_DIR
+if [[ -z "$DEPLOY_STEP" ]]; then
+ export DEPLOY_STEP="all"
+fi
+
for i in python-cheetah python-yaml screen; do
if [[ `dpkg-query -l $i` == 0 ]]; then
continue