X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=compass%2Fci%2Fdeploy.sh;h=197bf63bfb29a3494cd3756dd73db661ff985b59;hb=e94d5484ecdf8021245d961479dae07ea2f8321f;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=22c2d3fc96f410eb432e53e8dc4eb304210f0cda;p=genesis.git diff --git a/compass/ci/deploy.sh b/compass/ci/deploy.sh old mode 100644 new mode 100755 index e69de29..197bf63 --- a/compass/ci/deploy.sh +++ b/compass/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 $*