diff options
author | carey.xu <carey.xuhan@huawei.com> | 2015-08-10 23:02:31 -0400 |
---|---|---|
committer | carey.xu <carey.xuhan@huawei.com> | 2015-08-13 04:24:03 -0400 |
commit | 10e776642a16b2584be88e5be8740f05535d7d06 (patch) | |
tree | bf386defd6cde54c6003a3855fb852fe1806bdd7 /ci/deploy.sh | |
parent | 5aedf594112c0749b6e9039d15b9fe70d210a942 (diff) |
Add deploy scripts for compass
JIRA: COMPASS-11
Change-Id: Id588912c73b424228b6f01cd47fd282d040f7b8f
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh new file mode 100755 index 00000000..197bf63b --- /dev/null +++ b/ci/deploy.sh @@ -0,0 +1,9 @@ +#set -x +COMPASS_DIR=`cd ${BASH_SOURCE[0]%/*}/../;pwd` +export COMPASS_DIR + +apt-get install 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 $* |