aboutsummaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2015-09-12 08:15:08 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-12 08:15:08 +0000
commitc8bfaecc87a732f8b31fbb8629893d8df4af7468 (patch)
tree83eacc46a182f863602f742279963383f6604746 /ci/deploy.sh
parent0e31ef15f4765216d7d7c2354c09576681cda7ff (diff)
parent9322711b6347bab9c2a7b47792373ddabae3a8a6 (diff)
Merge "delete unused dir and config item"
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 $*