summaryrefslogtreecommitdiffstats
path: root/compass/ci/deploy.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-10-26 15:51:30 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-10-26 15:51:30 +0000
commit7243b9793ea87c3070a032b69c01d779a7c8cbfd (patch)
tree83010e3673acec7fc9c9839a7136069f127261f2 /compass/ci/deploy.sh
parent6f816a8546224dcce14fd6dddeb0c9252f69a1c7 (diff)
parentde3139313cb7e3087e3328d1b37cdc88510ca5db (diff)
Merge "Remove Compass from genesis."
Diffstat (limited to 'compass/ci/deploy.sh')
-rwxr-xr-xcompass/ci/deploy.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/compass/ci/deploy.sh b/compass/ci/deploy.sh
deleted file mode 100755
index 197bf63..0000000
--- a/compass/ci/deploy.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#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 $*