From 850a3a0efecac0556daba2a9e4f5ce4929a12c8d Mon Sep 17 00:00:00 2001 From: grakiss Date: Mon, 14 Dec 2015 19:29:10 +0800 Subject: deploy compass-core and hosts seperately JIRA: COMPASS-194 - add two entry for seperate deployment Change-Id: I7ea964f7fc1ac7e9191b4c21032e24a1a70aa07d Signed-off-by: grakiss --- deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deploy.sh') 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 -- cgit 1.2.3-korg