Remove asking user confirmation to cleanup genesis node 28/71428/1
authorJames Gu <james.gu@att.com>
Fri, 20 Nov 2020 04:14:36 +0000 (20:14 -0800)
committerJames Gu <james.gu@att.com>
Fri, 20 Nov 2020 04:15:51 +0000 (20:15 -0800)
Thsi allows the gate job to run w/o user input.

Change-Id: I8f5d1263290669af05fc08fac2ff92732dedb354
Signed-off-by: James Gu <james.gu@att.com>
tools/deploy.sh

index 9bf1899..b27607e 100755 (executable)
@@ -248,13 +248,6 @@ case "$2" in
   pre_genesis
   ;;
 'deploy_site')
-  read -n 1 -p "This script will clean up the genesis node. Continue (Y/N) ?" input
-  case $input in
-    [Yy] ) break;;
-    [Nn] ) exit 1;;
-      * ) echo "Please answer yes or no."; exit 1;
-  esac
-
   clone_repos
   pegleg_collect
   promenade_bundle