From: James Gu Date: Fri, 20 Nov 2020 04:14:36 +0000 (-0800) Subject: Remove asking user confirmation to cleanup genesis node X-Git-Tag: opnfv-10.0.0~10 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=06a9607c23faae93e9e95c4fec4f8f1566841279;p=airship.git 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 --- 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