aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorbaigk <baiguoku@huawei.com>2015-09-12 11:28:51 +0800
committerbaigk <baiguoku@huawei.com>2015-09-12 11:28:51 +0800
commit9322711b6347bab9c2a7b47792373ddabae3a8a6 (patch)
treec62631ef1e08aa6195f4ab1f46fce0d53b1b6fbc /ci/deploy.sh
parent6ec9d66787b01e710de5514f377830a94e32a4d2 (diff)
delete unused dir and config item
JIRA: COMPASS-45 Change-Id: Ica089d58ba339c2093ce2d47524ccf2e5e301cf4 Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
deleted file mode 100755
index f879f799..00000000
--- a/ci/deploy.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#set -x
-COMPASS_DIR=`cd ${BASH_SOURCE[0]%/*}/../;pwd`
-export COMPASS_DIR
-
-apt-get install -y --force-yes screen
-screen -ls |grep deploy|awk -F. '{print $1}'|xargs kill -9
-screen -wipe
-#screen -dmSL deploy bash $COMPASS_DIR/ci/launch.sh $*
-$COMPASS_DIR/ci/launch.sh $*