From 06a9607c23faae93e9e95c4fec4f8f1566841279 Mon Sep 17 00:00:00 2001 From: James Gu Date: Thu, 19 Nov 2020 20:14:36 -0800 Subject: Remove asking user confirmation to cleanup genesis node Thsi allows the gate job to run w/o user input. Change-Id: I8f5d1263290669af05fc08fac2ff92732dedb354 Signed-off-by: James Gu --- tools/deploy.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools') diff --git a/tools/deploy.sh b/tools/deploy.sh index 9bf1899..b27607e 100755 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -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 -- cgit